fix:
This commit is contained in:
parent
cb7f021834
commit
c4d0b73dc3
2 changed files with 2 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ const columnsMember = computed(() => {
|
||||||
const actColumns = JSON.parse(JSON.stringify(baseColumnsMember.value));
|
const actColumns = JSON.parse(JSON.stringify(baseColumnsMember.value));
|
||||||
const posNoCol = actColumns.find((col: any) => col.name === "posNo");
|
const posNoCol = actColumns.find((col: any) => col.name === "posNo");
|
||||||
if (posNoCol) {
|
if (posNoCol) {
|
||||||
posNoCol.label = "เลขที่ตำแหน่ง (รักษาการแทน)";
|
posNoCol.label = "เลขที่ตำแหน่งรักษาการแทน";
|
||||||
}
|
}
|
||||||
return actColumns;
|
return actColumns;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -243,6 +243,7 @@ watch(
|
||||||
v-model="isAct"
|
v-model="isAct"
|
||||||
label="แสดงเฉพาะรักษาการแทน"
|
label="แสดงเฉพาะรักษาการแทน"
|
||||||
color="primary"
|
color="primary"
|
||||||
|
@update:model-value="onSearchData"
|
||||||
>
|
>
|
||||||
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
||||||
</q-checkbox>
|
</q-checkbox>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue