fixed#323
This commit is contained in:
parent
a5335df0b6
commit
d89b75a748
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