fix: คัดเลือกผู้พิการ
This commit is contained in:
parent
c51c28483a
commit
86b98eac0d
10 changed files with 271 additions and 102 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue