แก้ไขลา
This commit is contained in:
parent
754618ebe6
commit
2b9ee64d04
3 changed files with 44 additions and 42 deletions
|
|
@ -131,8 +131,10 @@ export const useLeavelistDataStore = defineStore("leave", () => {
|
|||
return "อนุญาต";
|
||||
case "REJECT":
|
||||
return "ไม่อนุญาต";
|
||||
case "DELETING":
|
||||
return "กำลังดำเนินการยกเลิก";
|
||||
case "DELETE":
|
||||
return "ยกเลิก";
|
||||
return "ยกเลิกสำเร็จ";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue