แก้ข้อความในระบบใบลา
This commit is contained in:
parent
fd069a4185
commit
aa034176c7
1 changed files with 2 additions and 2 deletions
|
|
@ -108,8 +108,8 @@ export const useLeaveStore = defineStore("Leave", () => {
|
|||
{ id: "DRAFT", name: "แบบร่าง" },
|
||||
{ id: "NEW", name: "ใหม่" },
|
||||
{ id: "PENDING", name: "กำลังดำเนินการ" },
|
||||
{ id: "APPROVE", name: "อนุมัติ " },
|
||||
{ id: "REJECT", name: "ไม่อนุมัติ" },
|
||||
{ id: "APPROVE", name: "อนุญาต " },
|
||||
{ id: "REJECT", name: "ไม่อนุญาต" },
|
||||
{ id: "DELETE", name: "ยกเลิก" },
|
||||
]);
|
||||
const statusOptions = ref<any[]>(statusOptionsMain.value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue