Compare commits

..

No commits in common. "38d097b71dc3e753596ef8748bf58f775efaeee1" and "d93070f4eda96e84d58b198c9309af436cb005e4" have entirely different histories.

2 changed files with 1 additions and 2 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,7 +243,6 @@ watch(
v-model="isAct"
label="แสดงเฉพาะรักษาการแทน"
color="primary"
@update:model-value="onSearchData"
>
<q-tooltip>แสดงเฉพาะรกษาการแทน </q-tooltip>
</q-checkbox>