fix
This commit is contained in:
parent
990681e240
commit
22ebbc6366
5 changed files with 9 additions and 6 deletions
|
|
@ -19,6 +19,8 @@ export const useCommandDetail = defineStore("commandDetailStore", () => {
|
|||
return 3;
|
||||
case "REPORTED":
|
||||
return 5;
|
||||
case "NEW":
|
||||
return 1;
|
||||
default:
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue