fixed#323

This commit is contained in:
Warunee Tamkoo 2023-12-08 14:22:30 +07:00
parent a5335df0b6
commit d89b75a748

View file

@ -33,7 +33,7 @@ export const useWorklistDataStore = defineStore("work", () => {
*/
function convertSatatus(val: string) {
switch (val) {
case "NORMAL ":
case "NORMAL":
return "ปกติ";
case "LATE":
return "สาย";