This commit is contained in:
Warunee Tamkoo 2024-07-09 16:48:53 +07:00
parent e11b75baaf
commit f99618c4a2
3 changed files with 7 additions and 2 deletions

View file

@ -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";