This commit is contained in:
Warunee Tamkoo 2024-07-18 18:49:42 +07:00
parent 503b0d8da5
commit 343f595d41

View file

@ -15,6 +15,8 @@ export const useRetirementDataStore = defineStore("retirement", () => {
return "ส่งรายชื่อไปออกคำสั่ง";
case "DONE":
return "ออกคำสั่งเสร็จแล้ว";
case "DONECANCEL":
return "ยกเลิกการลาออก";
case "CANCEL":
return "ยกเลิกการลาออก";
case "DONEREJECT":