fix:สรรหา แข่งขัน

This commit is contained in:
setthawutttty 2025-09-03 10:13:16 +07:00
parent d5912a0dc9
commit e49a301273
7 changed files with 253 additions and 99 deletions

View file

@ -39,6 +39,7 @@ const visibleColumns = ref<String[]>([
"examID",
"profileID",
"fullName",
"hddPosition",
"dateOfBirth",
"gender",
"position_name",
@ -88,6 +89,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",