ปรับ รายการลงเวลาปฏิบัติงาน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-28 11:14:50 +07:00
parent 8587a85133
commit 0a65822324
5 changed files with 68 additions and 32 deletions

View file

@ -39,6 +39,8 @@ export const useWorklistDataStore = defineStore("work", () => {
return "สาย";
case "ABSENT":
return "ขาดราชการ";
default:
return "-";
}
}
return {