fix status

This commit is contained in:
Warunee Tamkoo 2025-05-30 16:32:41 +07:00
parent 62fe7f2314
commit 1937998980
2 changed files with 7 additions and 3 deletions

View file

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

View file

@ -37,9 +37,13 @@ export const useDataStore = defineStore("resign", () => {
value: "DONE",
group: "1",
},
{
name: "ยกเลิกลาออก",
name: "กำลังดำเนินการยกเลิก",
value: "CANCELING",
group: "1",
},
{
name: "ยกเลิกลาออกสำเร็จ",
value: "CANCEL",
group: "1",
},