ระบบลาเพิ่ม filter กำลังดำเนินการยกเลิกและยกเลิกสำเร็จ

This commit is contained in:
Warunee Tamkoo 2025-06-18 14:35:58 +07:00
parent 0c1176a552
commit bf022bdb73

View file

@ -125,7 +125,8 @@ export const useLeaveStore = defineStore("Leave", () => {
{ id: "PENDING", name: "กำลังดำเนินการ" },
{ id: "APPROVE", name: "อนุญาต " },
{ id: "REJECT", name: "ไม่อนุญาต" },
{ id: "DELETE", name: "ยกเลิก" },
{ id: "DELETING", name: "กำลังดำเนินการยกเลิก" },
{ id: "DELETE", name: "ยกเลิกสำเร็จ" },
]);
const statusOptions = ref<any[]>(statusOptionsMain.value);