fixing bug score
This commit is contained in:
parent
00845faf57
commit
c66ec091c4
1 changed files with 2 additions and 2 deletions
|
|
@ -325,11 +325,11 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
break;
|
||||
case "COMPLETE":
|
||||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
tabMain.value = "3";
|
||||
break;
|
||||
case "KP7":
|
||||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
tabMain.value = "3";
|
||||
break;
|
||||
default:
|
||||
tabOpen.value = 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue