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" }),
},
{
name: "prefix",
name: "prefixMain",
align: "left",
label: "คำนำหน้าชื่อ",
sortable: true,
field: "prefix",
field: "prefixMain",
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",
"prefix",
"prefixMain",
"rank",
"firstName",
"lastName",