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 - + + + + + + + + + + 在运 + 停运 + + +