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

View file

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