Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-12-08 14:26:35 +07:00
commit adeafc83f6

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 "สาย";