From 031c32d6f78026bd61b91f126b0b9aa526562a47 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 24 Jun 2024 17:08:30 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E6=96=B0=E5=A2=9E=E6=8C=87?= =?UTF-8?q?=E6=8C=A5=E9=83=A8=E5=A4=A7=E5=B1=8F=E5=AE=89=E5=85=A8=E9=A3=8E?= =?UTF-8?q?=E9=99=A9=E9=9A=90=E6=82=A3=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/commandCenter/rightAll.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/commandScreen/commandCenter/rightAll.vue b/src/views/commandScreen/commandCenter/rightAll.vue index 85bd139..4ea7619 100644 --- a/src/views/commandScreen/commandCenter/rightAll.vue +++ b/src/views/commandScreen/commandCenter/rightAll.vue @@ -229,7 +229,7 @@ const openDialogData = async () => { radarCenter: ["50%", "55%"], dataList: [ { - value: [item.security, item.safe, item.levelRisk, item.limitTime], + value: [item.security, item.safe, item.levelRisk, item.total, item.limitTime], name: item.enterpriseName // areaStyle: {} } @@ -238,6 +238,7 @@ const openDialogData = async () => { { name: "隐患未闭合", max: 1 }, { name: "平均安全绩效评分", max: 1 }, { name: "重大、较大隐患", max: 1 }, + { name: "总隐患数量", max: 1 }, { name: "隐患超期整改", max: 1 } ], titleInfo: { @@ -246,7 +247,7 @@ const openDialogData = async () => { percentage: item.area }, workerFlag: true, - workerList: [item.security, item.safe, item.levelRisk, item.limitTime] + workerList: [item.security, item.safe, item.levelRisk, item.total, item.limitTime] }); }); }