Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 2m57s

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2026-06-17 17:30:45 +07:00
commit c411e9c0ff

View file

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