แก้ไขระบบลา

This commit is contained in:
Warunee Tamkoo 2025-05-08 17:22:50 +07:00
parent 39f969a5f2
commit 5b47c9a9da
2 changed files with 20 additions and 5 deletions

View file

@ -77,8 +77,10 @@ export const useLeaveStore = defineStore("Leave", () => {
return "อนุมัติ";
case "REJECT":
return "ไม่อนุมัติ";
case "DELETING":
return "กำลังดำเนินการยกเลิก";
case "DELETE":
return "ยกเลิก";
return "ยกเลิกสำเร็จ";
}
}