fix:สรรหา แข่งขัน
This commit is contained in:
parent
d5912a0dc9
commit
e49a301273
7 changed files with 253 additions and 99 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue