สอบคัดเลือกคอมเม้นสังกัด

This commit is contained in:
Kittapath 2023-10-12 15:12:22 +07:00
parent 22b10d92a1
commit 3d23c76d4c
2 changed files with 12 additions and 12 deletions

View file

@ -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