Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m57s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m57s
This commit is contained in:
commit
c411e9c0ff
1 changed files with 3 additions and 3 deletions
|
|
@ -96,11 +96,11 @@ const columnsHistory = ref<QTableColumn[]>([
|
||||||
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "prefix",
|
name: "prefixMain",
|
||||||
align: "left",
|
align: "left",
|
||||||
label: "คำนำหน้าชื่อ",
|
label: "คำนำหน้าชื่อ",
|
||||||
sortable: true,
|
sortable: true,
|
||||||
field: "prefix",
|
field: "prefixMain",
|
||||||
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) =>
|
||||||
|
|
@ -256,7 +256,7 @@ const columnsHistory = ref<QTableColumn[]>([
|
||||||
]);
|
]);
|
||||||
const visibleColumnsHistory = ref<string[]>([
|
const visibleColumnsHistory = ref<string[]>([
|
||||||
"citizenId",
|
"citizenId",
|
||||||
"prefix",
|
"prefixMain",
|
||||||
"rank",
|
"rank",
|
||||||
"firstName",
|
"firstName",
|
||||||
"lastName",
|
"lastName",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue