จัด icon

This commit is contained in:
setthawutttty 2024-10-08 10:55:07 +07:00
parent d591005338
commit 102811d421
2 changed files with 4 additions and 4 deletions

View file

@ -70,9 +70,9 @@ const columns = ref<QTableProps["columns"]>([
},
{
name: "document",
align: "left",
align: "center",
label: "หลักฐานอ้างอิง",
sortable: true,
sortable: false,
field: "document",
headerStyle: "font-size: 14px",
style: "font-size: 14px",

View file

@ -100,9 +100,9 @@ const columns = ref<QTableProps["columns"]>([
},
{
name: "document",
align: "left",
align: "center",
label: "หลักฐานอ้างอิง",
sortable: true,
sortable: false,
field: "document",
headerStyle: "font-size: 14px",
style: "font-size: 14px",