This commit is contained in:
Warunee Tamkoo 2024-07-18 18:35:25 +07:00
parent bef0a02763
commit 503b0d8da5
2 changed files with 3 additions and 3 deletions

View file

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