fix เลขที่ตำแหน่ง

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-02 14:38:28 +07:00
parent 1a109fd5e3
commit d438c1accc
15 changed files with 31 additions and 31 deletions

View file

@ -96,7 +96,7 @@ const columns2 = ref<QTableProps["columns"]>([
{
name: "positionNumberOld",
align: "left",
label: "ตำแหน่งเลขที่เดิม",
label: "เลขที่ตำแหน่งเดิม",
sortable: true,
field: "positionNumberOld",
headerStyle: "font-size: 14px",

View file

@ -42,7 +42,7 @@ const mainData = ref<any>();
const educationOld = ref<string>(""); ///
const organizationPositionOld = ref<string>(""); ///
const positionTypeOld = ref<string>(""); //
const positionTypeOld = ref<string>(""); //
const positionLevelOld = ref<string>(""); //
const posNo = ref<string>(""); //
const salary = ref<number>(0); //
@ -283,9 +283,9 @@ onMounted(async () => {
:readonly="!edit"
:borderless="!edit"
v-model="positionTypeOld"
:rules="[(val:string) => !!val || `${'กรุณากรอกประเภทตำแหน่ง'}`]"
:rules="[(val:string) => !!val || `${'กรุณากรอกตำแหน่งประเภท'}`]"
hide-bottom-space
:label="`${'ประเภทตำแหน่ง'}`"
:label="`${'ตำแหน่งประเภท'}`"
/>
</div>
</div>