เเก้ ลำดับ บรรจุ/พ้นราชการ

This commit is contained in:
setthawutttty 2023-09-20 13:58:12 +07:00
parent b3abe902fa
commit 1977cdb928
18 changed files with 36 additions and 75 deletions

View file

@ -113,12 +113,10 @@ const columns = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
sort: (a: string, b: string) =>
a.localeCompare(b, undefined, { numeric: true, sensitivity: "base" }),
},
{
name: "citizenId",
@ -193,7 +191,7 @@ const columns2 = ref<QTableProps["columns"]>([
name: "no",
align: "left",
label: "ลำดับ",
sortable: true,
sortable: false,
field: "no",
headerStyle: "font-size: 14px",
style: "font-size: 14px",