From 832587181e62dbaeeff6ead266af530d1ade6a24 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Mon, 24 Jun 2024 17:12:04 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=8C=87?= =?UTF-8?q?=E6=8C=A5=E9=83=A8=E5=A4=A7=E5=B1=8F=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/commandScreen/commandCenter/centerBottom.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/commandScreen/commandCenter/centerBottom.vue b/src/views/commandScreen/commandCenter/centerBottom.vue index 32f0ba6..89ee9ab 100644 --- a/src/views/commandScreen/commandCenter/centerBottom.vue +++ b/src/views/commandScreen/commandCenter/centerBottom.vue @@ -195,7 +195,7 @@ const randerInfo = reactive({ { name: "人员风险概率", max: 1 }, { name: "特殊作业风险概率", max: 1 }, { name: "月度安全评分", max: 1 }, - { name: "隐患未整改占比", max: 1 } + { name: "隐患未闭合占比", max: 1 } ], titleInfo: { titleLeft: "未来三天事故风险概率预测", @@ -254,7 +254,7 @@ const openDialogData = async () => { { name: "人员风险概率", max: 1 }, { name: "特殊作业风险概率", max: 1 }, { name: "月度安全评分", max: 1 }, - { name: "隐患未整改占比", max: 1 } + { name: "隐患未闭合占比", max: 1 } ], titleInfo: { titleLeft: "未来三天事故风险概率预测",