ระบบลาเพิ่ม filter กำลังดำเนินการยกเลิกและยกเลิกสำเร็จ
This commit is contained in:
parent
0c1176a552
commit
bf022bdb73
1 changed files with 2 additions and 1 deletions
|
|
@ -125,7 +125,8 @@ export const useLeaveStore = defineStore("Leave", () => {
|
||||||
{ id: "PENDING", name: "กำลังดำเนินการ" },
|
{ id: "PENDING", name: "กำลังดำเนินการ" },
|
||||||
{ id: "APPROVE", name: "อนุญาต " },
|
{ id: "APPROVE", name: "อนุญาต " },
|
||||||
{ id: "REJECT", name: "ไม่อนุญาต" },
|
{ id: "REJECT", name: "ไม่อนุญาต" },
|
||||||
{ id: "DELETE", name: "ยกเลิก" },
|
{ id: "DELETING", name: "กำลังดำเนินการยกเลิก" },
|
||||||
|
{ id: "DELETE", name: "ยกเลิกสำเร็จ" },
|
||||||
]);
|
]);
|
||||||
const statusOptions = ref<any[]>(statusOptionsMain.value);
|
const statusOptions = ref<any[]>(statusOptionsMain.value);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue