สอบคัดเลือกคอมเม้นสังกัด
This commit is contained in:
parent
22b10d92a1
commit
3d23c76d4c
2 changed files with 12 additions and 12 deletions
|
|
@ -117,7 +117,7 @@ const visibleColumns = ref<String[]>([
|
|||
"no",
|
||||
"announcementExam",
|
||||
"yearly",
|
||||
"category",
|
||||
// "category",
|
||||
"name",
|
||||
"document",
|
||||
"dateAnnouncement",
|
||||
|
|
@ -153,15 +153,15 @@ const columns = ref<QTableProps["columns"]>([
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "category",
|
||||
align: "left",
|
||||
label: "สังกัด",
|
||||
sortable: true,
|
||||
field: "category",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
// {
|
||||
// name: "category",
|
||||
// align: "left",
|
||||
// label: "สังกัด",
|
||||
// sortable: true,
|
||||
// field: "category",
|
||||
// headerStyle: "font-size: 14px",
|
||||
// style: "font-size: 14px",
|
||||
// },
|
||||
{
|
||||
name: "name",
|
||||
align: "left",
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue