fix ทะเบียนประวัติ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-04-02 14:28:26 +07:00
parent cecec21829
commit 9371dd15fc
2 changed files with 9 additions and 9 deletions

View file

@ -198,11 +198,11 @@ const baseColumns = ref<QTableColumn[]>([
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "commandCode",
name: "commandName",
align: "left",
label: "ประเภทคำสั่ง",
sortable: true,
field: "commandCode",
field: "commandName",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
@ -301,7 +301,7 @@ const baseVisibleColumns = ref<string[]>([
"positionExecutive",
"amount",
"commandNo",
"commandCode",
"commandName",
"commandDateSign",
"organization",
"remark",

View file

@ -182,11 +182,11 @@ const baseColumns = ref<QTableColumn[]>([
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "commandCode",
name: "commandName",
align: "left",
label: "ประเภทคำสั่ง",
sortable: true,
field: "commandCode",
field: "commandName",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
@ -316,7 +316,7 @@ const visibleColumns = ref<string[]>([
"positionSalaryAmount",
"mouthSalaryAmount",
"commandNo",
"commandCode",
"commandName",
"commandDateSign",
"organization",
"remark",
@ -349,7 +349,7 @@ const visibleColumnsHistory = ref<string[]>([
"positionSalaryAmount",
"mouthSalaryAmount",
"commandNo",
"commandCode",
"commandName",
"commandDateSign",
"organization",
"remark",
@ -509,11 +509,11 @@ const baseColumnsHistory = ref<QTableColumn[]>([
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "commandCode",
name: "commandName",
align: "left",
label: "ประเภทคำสั่ง",
sortable: true,
field: "commandCode",
field: "commandName",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>