ทะเบียนประวัติ ==> fix เลขที่ตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-03-17 16:01:02 +07:00
parent 6da4d8efc8
commit a8f0a486e3
7 changed files with 43 additions and 22 deletions

View file

@ -79,7 +79,7 @@ const baseColumns = ref<QTableColumn[]>([
{
name: "posNo",
align: "left",
label: "ตำแหน่งเลขที่",
label: empType.value === "" ? "เลขที่ตำแหน่ง" : "ตำแหน่งเลขที่",
sortable: true,
field: "posNo",
headerStyle: "font-size: 14px",
@ -1126,7 +1126,7 @@ onMounted(async () => {
borderless
v-model="formData.posNo"
hide-bottom-space
:label="`${'ตำแหน่งเลขที่'}`"
:label="empType === '' ? 'เลขที่ตำแหน่ง' : 'ตำแหน่งเลขที่'"
>
</q-input>
</div>