fix status
This commit is contained in:
parent
62fe7f2314
commit
1937998980
2 changed files with 7 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ export const useRetirementDataStore = defineStore("retirement", () => {
|
|||
case "DONEREJECT":
|
||||
return "ออกคำสั่งยกเลิกลาออกเสร็จแล้ว";
|
||||
case "CANCELING":
|
||||
return "กำลังดำเนิดการยกเลิกการ";
|
||||
return "กำลังดำเนินการยกเลิก";
|
||||
default:
|
||||
return "-";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,9 +37,13 @@ export const useDataStore = defineStore("resign", () => {
|
|||
value: "DONE",
|
||||
group: "1",
|
||||
},
|
||||
|
||||
{
|
||||
name: "ยกเลิกลาออก",
|
||||
name: "กำลังดำเนินการยกเลิก",
|
||||
value: "CANCELING",
|
||||
group: "1",
|
||||
},
|
||||
{
|
||||
name: "ยกเลิกลาออกสำเร็จ",
|
||||
value: "CANCEL",
|
||||
group: "1",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue