ลาออก => API ยกเลิกการลาออก

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-23 13:21:42 +07:00
parent 3221535748
commit 999b637a95
4 changed files with 86 additions and 50 deletions

View file

@ -17,7 +17,8 @@ export const useRestDataStore = defineStore("Rest", () => {
return "ส่งรายชื่อไปออกคำสั่ง";
case "DONE":
return "ออกคำสั่งเสร็จแล้ว";
case "CANCEL":
return "ยกเลิกการลาออก";
default:
return "-";
}