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"
|
||||
label="แสดงเฉพาะรักษาการแทน"
|
||||
color="primary"
|
||||
@update:model-value="onSearchData"
|
||||
>
|
||||
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
||||
</q-checkbox>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ export function calculateFiscalYear(date: Date) {
|
|||
*/
|
||||
export function getColumnLabel(col: any, isAct: boolean) {
|
||||
if (col.name === "posNo" && isAct) {
|
||||
return `${col.label} (รักษาการแทน)`;
|
||||
return `${col.label}รักษาการแทน`;
|
||||
}
|
||||
return col.label;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue