fix: คัดเลือกผู้พิการ

This commit is contained in:
setthawutttty 2025-09-05 14:42:12 +07:00
parent c51c28483a
commit 86b98eac0d
10 changed files with 271 additions and 102 deletions

View file

@ -40,6 +40,7 @@ const visibleColumns = ref<String[]>([
"examID",
"profileID",
"fullName",
"hddPosition",
"dateOfBirth",
"gender",
"position_name",
@ -83,6 +84,15 @@ const columns = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px; min-width: 250px",
style: "font-size: 14px; ",
},
{
name: "hddPosition",
align: "left",
label: "บัญชีสอบ",
sortable: true,
field: "hddPosition",
headerStyle: "font-size: 14px; min-width: 250px",
style: "font-size: 14px; ",
},
{
name: "dateOfBirth",
align: "left",