updated
This commit is contained in:
parent
e11b75baaf
commit
f99618c4a2
3 changed files with 7 additions and 2 deletions
|
|
@ -327,6 +327,10 @@ export const useKpiDataStore = defineStore("KPIDate", () => {
|
|||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
break;
|
||||
case "KP7":
|
||||
tabOpen.value = 4;
|
||||
tabMain.value = "4";
|
||||
break;
|
||||
default:
|
||||
tabOpen.value = 1;
|
||||
tabMain.value = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue