ลาออก => API ยกเลิกการลาออก
This commit is contained in:
parent
3221535748
commit
999b637a95
4 changed files with 86 additions and 50 deletions
|
|
@ -17,7 +17,8 @@ export const useRestDataStore = defineStore("Rest", () => {
|
|||
return "ส่งรายชื่อไปออกคำสั่ง";
|
||||
case "DONE":
|
||||
return "ออกคำสั่งเสร็จแล้ว";
|
||||
|
||||
case "CANCEL":
|
||||
return "ยกเลิกการลาออก";
|
||||
default:
|
||||
return "-";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue