แก้ไขระบบลา
This commit is contained in:
parent
39f969a5f2
commit
5b47c9a9da
2 changed files with 20 additions and 5 deletions
|
|
@ -77,8 +77,10 @@ export const useLeaveStore = defineStore("Leave", () => {
|
|||
return "อนุมัติ";
|
||||
case "REJECT":
|
||||
return "ไม่อนุมัติ";
|
||||
case "DELETING":
|
||||
return "กำลังดำเนินการยกเลิก";
|
||||
case "DELETE":
|
||||
return "ยกเลิก";
|
||||
return "ยกเลิกสำเร็จ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue