From ea5d10d8599002bb03d035a60d53d579cfc18848 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Thu, 10 Apr 2025 14:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../runManage/cleaning/components/test.vue | 562 ------------------ .../components/statisticsPopUpBox.vue | 34 +- src/views/pqs/runManage/runEvaluate/index.vue | 4 +- 3 files changed, 18 insertions(+), 582 deletions(-) delete mode 100644 src/views/pqs/runManage/cleaning/components/test.vue diff --git a/src/views/pqs/runManage/cleaning/components/test.vue b/src/views/pqs/runManage/cleaning/components/test.vue deleted file mode 100644 index 3f677fda..00000000 --- a/src/views/pqs/runManage/cleaning/components/test.vue +++ /dev/null @@ -1,562 +0,0 @@ - - - - - - - - - - - - - - - - - - - - 监测点统计 - - - - - - - 监测点总数 - {{ monitoringPoints.runNum }} - - - - 告警测点数 - - {{ monitoringPoints.abnormalNum }} - - - - - 告警占比 - - {{ - isNaN((monitoringPoints.abnormalNum / monitoringPoints.runNum) * 100) - ? 0 - : ((monitoringPoints.abnormalNum / monitoringPoints.runNum) * 100).toFixed(2) - }}% - - - - - - - - - - - 告警指标统计 - - - - - - - 指标名称 - - 告警测点数 - - - - - - {{ o.targetName }} - - - - - {{ o.ids.length }} - - - - - - - - - - 告警详情统计 - - - - - - - - - - - - - - - 更新 - 导出 - - - - - - - - - - - - diff --git a/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue b/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue index f3c1d610..3868d9ee 100644 --- a/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue +++ b/src/views/pqs/runManage/runEvaluate/components/statisticsPopUpBox.vue @@ -1,28 +1,26 @@ - - - - - - - - - - - 在运 - 停运 - - - - - Config - + + + + + + + + + + 在运 + 停运 + + +