Compare commits
No commits in common. "c411e9c0ffa35ebeea79bdb1abcdb0a7c38dee83" and "c3f7c786704ed6771a324dfe251a15db2839f023" have entirely different histories.
c411e9c0ff
...
c3f7c78670
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" }),
|
||||
},
|
||||
{
|
||||
name: "prefixMain",
|
||||
name: "prefix",
|
||||
align: "left",
|
||||
label: "คำนำหน้าชื่อ",
|
||||
sortable: true,
|
||||
field: "prefixMain",
|
||||
field: "prefix",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
sort: (a: string, b: string) =>
|
||||
|
|
@ -256,7 +256,7 @@ const columnsHistory = ref<QTableColumn[]>([
|
|||
]);
|
||||
const visibleColumnsHistory = ref<string[]>([
|
||||
"citizenId",
|
||||
"prefixMain",
|
||||
"prefix",
|
||||
"rank",
|
||||
"firstName",
|
||||
"lastName",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue