แก้ กรรมการ

This commit is contained in:
setthawutttty 2024-01-03 16:44:07 +07:00
parent 40e787af89
commit 72a1171b8f
6 changed files with 186 additions and 144 deletions

View file

@ -176,6 +176,7 @@ export const useInvestigateDisStore = defineStore(
"name",
"position",
"duty",
"commandNo",
"email",
"phone",
"total",
@ -217,6 +218,15 @@ export const useInvestigateDisStore = defineStore(
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "commandNo",
align: "left",
label: "มติ",
sortable: true,
field: "commandNo",
headerStyle: "font-size: 14px",
style: "font-size: 14px",
},
{
name: "email",
align: "left",