no message

This commit is contained in:
setthawutttty 2023-12-04 14:46:46 +07:00
parent 31acd355a0
commit eb08a9f209
4 changed files with 28 additions and 10 deletions

View file

@ -31,6 +31,7 @@ const modal = ref<boolean>(false);
/** คอลัมน์ที่แสดง */
const visibleColumns = ref<string[]>([
"no",
"title",
"name",
"position",
"positionLevel",
@ -56,6 +57,15 @@ const columns = ref<QTableProps["columns"]>([
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "title",
align: "left",
label: "เรื่องร้องเรียน",
sortable: true,
field: "title",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "name",
align: "left",