แก้ไขคำผิด
This commit is contained in:
parent
d226498322
commit
e3365235c6
9 changed files with 68 additions and 52 deletions
|
|
@ -15,6 +15,8 @@ export const useRetirementDataStore = defineStore("retirement", () => {
|
|||
return "ส่งรายชื่อไปออกคำสั่ง";
|
||||
case "DONE":
|
||||
return "ออกคำสั่งเสร็จแล้ว";
|
||||
case "CANCEL":
|
||||
return "ยกเลิกการลาออก";
|
||||
|
||||
default:
|
||||
return "-";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue