Merge branch 'develop'

* develop:
  fix ข้อมูลเกี่ยวกับบุคคล ==> ระดับการศึกษา
This commit is contained in:
Warunee Tamkoo 2025-02-27 09:49:35 +07:00
commit b4f97bb313

View file

@ -37,7 +37,9 @@ const columns = [
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) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }), a
.toString()
.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
}, },
{ {
name: "createdAt", name: "createdAt",
@ -81,7 +83,7 @@ const visibleColumns = ref<string[]>([
"lastUpdateFullName", "lastUpdateFullName",
]); ]);
const pagination = ref({ const pagination = ref({
sortBy: "name", sortBy: "rank",
}); });
const filterKeyword = ref<string>(""); // const filterKeyword = ref<string>(""); //