From 33d6185c6c4e72f9aa4cae657baa6d27a89cb84b Mon Sep 17 00:00:00 2001
From: sd <shidong@jhsoft.cc>
Date: 星期五, 29 八月 2025 09:25:40 +0800
Subject: [PATCH] 实时监控-没有触发预警的数据不再显示任务名称和等级(卡片和详情弹框)

---
 src/pages/settings/index/index.vue |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/pages/settings/index/index.vue b/src/pages/settings/index/index.vue
index e182c78..b068468 100644
--- a/src/pages/settings/index/index.vue
+++ b/src/pages/settings/index/index.vue
@@ -579,6 +579,8 @@
     <Authorization v-if="activeIndex == 7" style="width: 100%" ref="view_7">
     </Authorization>
     <devceSetting v-if="activeIndex == 8"></devceSetting>
+    <testingTask v-if="activeIndex == 9"></testingTask>
+    <warningRule v-if="activeIndex == 10" style="width: 100%;height: 500px;"></warningRule>
   </div>
   <div class="welcome-page" v-else ref="curPage" @mouseup="mouseDownIndex = ''">
     <div
@@ -652,6 +654,8 @@
 import generalSettings from "../views/generalSettings";
 import Authorization from "../views/Authorization";
 import devceSetting from "../views/deviceSetting";
+import testingTask from "../views/TestingTaskView";
+import warningRule from "../views/WarningRuleView";
 import { pad0, getUrlKey } from "@/api/utils";
 
 export default {
@@ -666,6 +670,8 @@
     deviceInfo,
     Authorization,
     devceSetting,
+    testingTask,
+    warningRule,
   },
   data() {
     var v2 = (rule, value, callback) => {
@@ -820,6 +826,20 @@
           blackIcon: "/images/settings/榛戣壊涓�绾con/閫氱敤璁剧疆.png",
           whiteIcon: "/images/settings/鐧借壊涓�绾con/閫氱敤璁剧疆.png",
         },
+        {
+          name: "妫�娴嬪唴瀹�",
+          icon: "\ue6db",
+          imgUrl: "/images/settings/妫�娴嬪唴瀹�.png",
+          blackIcon: "/images/settings/榛戣壊涓�绾con/妫�娴嬪唴瀹�.png",
+          whiteIcon: "/images/settings/鐧借壊涓�绾con/妫�娴嬪唴瀹�.png",
+        },
+        {
+          name: "棰勮瑙勫垯",
+          icon: "\ue6db",
+          imgUrl: "/images/settings/棰勮瑙勫垯.png",
+          blackIcon: "/images/settings/榛戣壊涓�绾con/棰勮瑙勫垯.png",
+          whiteIcon: "/images/settings/鐧借壊涓�绾con/棰勮瑙勫垯.png",
+        },
       ],
       accountArr: [],
       jpgArr: [],

--
Gitblit v1.8.0