update => API ออกคำสั่ง
This commit is contained in:
parent
342529d979
commit
f876abf651
4 changed files with 352 additions and 184 deletions
|
|
@ -18,7 +18,7 @@ export const useCommandDetail = defineStore("commandDetailStore", () => {
|
|||
case "WAITING":
|
||||
return 3;
|
||||
case "REPORTED":
|
||||
return 4;
|
||||
return 5;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue