@@ -600,7 +672,7 @@ const groupedKPIs = computed(() => {
{
>
-
-
{{ neType.toUpperCase() }}
+
+ {{ neType.toUpperCase() }}
+
+
+
+
+
+
+ ({{ secondaryKPIs[neType].length }})
+
+
+
+
+
+
-
+
@@ -633,11 +744,11 @@ const groupedKPIs = computed(() => {
From ae94e3bf2a52c90ac48f08c53dd948146d171b63 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Fri, 1 Nov 2024 11:42:07 +0800
Subject: [PATCH 21/22] =?UTF-8?q?fix:=20=E7=BC=96=E8=AF=91=E9=94=99?=
=?UTF-8?q?=E8=AF=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/perfManage/kpiOverView/index.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/views/perfManage/kpiOverView/index.vue b/src/views/perfManage/kpiOverView/index.vue
index 6770e3bb..c76bdb5b 100644
--- a/src/views/perfManage/kpiOverView/index.vue
+++ b/src/views/perfManage/kpiOverView/index.vue
@@ -710,7 +710,7 @@ const handleSecondaryKPIChange = (kpiId: string, checked: boolean) => {
:value="kpi.kpiId"
:checked="tempSelectedKPIs.includes(kpi.kpiId)"
@change="
- e =>
+ (e:any) =>
handleSecondaryKPIChange(
kpi.kpiId,
e.target.checked
From 544c3697bdedeee188525f031ee8479caf7af184 Mon Sep 17 00:00:00 2001
From: TsMask <340112800@qq.com>
Date: Sat, 2 Nov 2024 15:48:04 +0800
Subject: [PATCH 22/22] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88?=
=?UTF-8?q?=E6=9C=AC=E5=8F=B7=202.241102?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.env.development | 2 +-
.env.production | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.env.development b/.env.development
index 48b285d8..eeb7c994 100644
--- a/.env.development
+++ b/.env.development
@@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network OMC"
VITE_APP_CODE = "OMC"
# 应用版本
-VITE_APP_VERSION = "2.241028"
+VITE_APP_VERSION = "2.241102"
# 接口基础URL地址-不带/后缀
VITE_API_BASE_URL = "/omc-api"
diff --git a/.env.production b/.env.production
index f57b94ba..9adcf8b4 100644
--- a/.env.production
+++ b/.env.production
@@ -11,7 +11,7 @@ VITE_APP_NAME = "Core Network OMC"
VITE_APP_CODE = "OMC"
# 应用版本
-VITE_APP_VERSION = "2.241028"
+VITE_APP_VERSION = "2.241102"
# 接口基础URL地址-不带/后缀
VITE_API_BASE_URL = "/omc-api"