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] }); }); }