change status ลาออก + แก้ route
This commit is contained in:
parent
e97cb4cfa1
commit
5550816a10
3 changed files with 5 additions and 3 deletions
|
|
@ -11,6 +11,8 @@ export const useRestDataStore = defineStore("Rest", () => {
|
|||
return "อนุมัติ";
|
||||
case "REJECT":
|
||||
return "ไม่อนุมัติ";
|
||||
case "DELETE":
|
||||
return "ยกเลิกการลาออก";
|
||||
case "REPORT":
|
||||
return "ส่งรายชื่อไปออกคำสั่ง";
|
||||
case "DONE":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue