แก้ไขคำผิด

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-05-23 13:10:14 +07:00
parent d226498322
commit e3365235c6
9 changed files with 68 additions and 52 deletions

View file

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