fix ทะเบียนประวัติ
This commit is contained in:
parent
cecec21829
commit
9371dd15fc
2 changed files with 9 additions and 9 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue