Compare commits

..

No commits in common. "c411e9c0ffa35ebeea79bdb1abcdb0a7c38dee83" and "c3f7c786704ed6771a324dfe251a15db2839f023" have entirely different histories.

View file

@ -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",