This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-02-25 15:11:08 +07:00
parent cb7f021834
commit c4d0b73dc3
2 changed files with 2 additions and 1 deletions

View file

@ -251,7 +251,7 @@ const columnsMember = computed(() => {
const actColumns = JSON.parse(JSON.stringify(baseColumnsMember.value));
const posNoCol = actColumns.find((col: any) => col.name === "posNo");
if (posNoCol) {
posNoCol.label = "เลขที่ตำแหน่ง (รักษาการแทน)";
posNoCol.label = "เลขที่ตำแหน่งรักษาการแทน";
}
return actColumns;
}

View file

@ -243,6 +243,7 @@ watch(
v-model="isAct"
label="แสดงเฉพาะรักษาการแทน"
color="primary"
@update:model-value="onSearchData"
>
<q-tooltip>แสดงเฉพาะรกษาการแทน </q-tooltip>
</q-checkbox>