แก้วินัย
This commit is contained in:
parent
456cf574f6
commit
91502f6d8b
8 changed files with 80 additions and 9 deletions
|
|
@ -133,6 +133,15 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
|
|||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
{
|
||||
name: "remarkReject",
|
||||
align: "left",
|
||||
label: "หมายเหตุการยุติ",
|
||||
sortable: true,
|
||||
field: "remarkReject",
|
||||
headerStyle: "font-size: 14px",
|
||||
style: "font-size: 14px",
|
||||
},
|
||||
]);
|
||||
|
||||
/** หัวข้อที่เเสดงในตารางผู้ถูกร้องเรียน */
|
||||
|
|
@ -147,6 +156,7 @@ export const useDisciplineMainStore = defineStore("disciplineMainStore", () => {
|
|||
"salary",
|
||||
"organization",
|
||||
"isSend",
|
||||
"remarkReject",
|
||||
]);
|
||||
|
||||
/** หัวตารางกรรมการ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue