Merge branch 'develop' into devTee
This commit is contained in:
commit
adeafc83f6
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ export const useWorklistDataStore = defineStore("work", () => {
|
|||
*/
|
||||
function convertSatatus(val: string) {
|
||||
switch (val) {
|
||||
case "NORMAL ":
|
||||
case "NORMAL":
|
||||
return "ปกติ";
|
||||
case "LATE":
|
||||
return "สาย";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue