Compare commits
No commits in common. "38d097b71dc3e753596ef8748bf58f775efaeee1" and "d93070f4eda96e84d58b198c9309af436cb005e4" have entirely different histories.
38d097b71d
...
d93070f4ed
2 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ watch(
|
|||
v-model="isAct"
|
||||
label="แสดงเฉพาะรักษาการแทน"
|
||||
color="primary"
|
||||
@update:model-value="onSearchData"
|
||||
>
|
||||
<q-tooltip>แสดงเฉพาะรักษาการแทน </q-tooltip>
|
||||
</q-checkbox>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue