เเก้ ฟิลหาย ตำเเหน่งเลขที่
This commit is contained in:
parent
9aed7b5b9c
commit
f9d853c8bc
1 changed files with 3 additions and 3 deletions
|
|
@ -958,7 +958,7 @@ profileData.salary.columns.length == 0
|
|||
"mouthSalaryAmount",
|
||||
"oc",
|
||||
"positionEmployeePosition",
|
||||
"posNo",
|
||||
"posNoEmployee",
|
||||
"positionEmployeePositionSide",
|
||||
"positionEmployeeLevel",
|
||||
"positionEmployeeGroup",
|
||||
|
|
@ -1180,11 +1180,11 @@ const columnsHistory = ref<QTableProps["columns"]>([
|
|||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||
},
|
||||
{
|
||||
name: "posNo",
|
||||
name: "posNoEmployee",
|
||||
align: "left",
|
||||
label: "ตำแหน่งเลขที่",
|
||||
sortable: true,
|
||||
field: "posNo",
|
||||
field: "posNoEmployee",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
sort: (a: string, b: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue