fix :
This commit is contained in:
parent
e632daa773
commit
a2bad32c6d
2 changed files with 2 additions and 1 deletions
|
|
@ -189,6 +189,7 @@ watch(modal, (val) => {
|
||||||
v-model="formDataQuery.isAct"
|
v-model="formDataQuery.isAct"
|
||||||
label="แสดงเฉพาะรักษาการแทน"
|
label="แสดงเฉพาะรักษาการแทน"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
@update:model-value="onSearchData"
|
||||||
>
|
>
|
||||||
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
||||||
</q-checkbox>
|
</q-checkbox>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ export function calculateFiscalYear(date: Date) {
|
||||||
*/
|
*/
|
||||||
export function getColumnLabel(col: any, isAct: boolean) {
|
export function getColumnLabel(col: any, isAct: boolean) {
|
||||||
if (col.name === "posNo" && isAct) {
|
if (col.name === "posNo" && isAct) {
|
||||||
return `${col.label} (รักษาการแทน)`;
|
return `${col.label}รักษาการแทน`;
|
||||||
}
|
}
|
||||||
return col.label;
|
return col.label;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue