diff --git a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
index 9b2cc04..010db6b 100644
--- a/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
+++ b/src/views/commandScreen/dialogCompnnents/month-safe-score.vue
@@ -61,7 +61,7 @@
告警数量月度环比对比
- 100%
+ 20%
{{ countData.aiScore || 0 }}
diff --git a/src/views/commandScreen/dialogCompnnents/risk-count.vue b/src/views/commandScreen/dialogCompnnents/risk-count.vue
index 1539779..31ab7b9 100644
--- a/src/views/commandScreen/dialogCompnnents/risk-count.vue
+++ b/src/views/commandScreen/dialogCompnnents/risk-count.vue
@@ -52,14 +52,18 @@
{{ index + 1 }}
{{ item.problemDescription }}
-
{{ item.remark }}
+
+
+ {{item.remark}}
+
+
{{ item.level == 1
- ? "一级"
+ ? "重大"
: item.level == 2
- ? "二级"
+ ? "较大"
: item.level == 3
- ? "三级"
- : "四级" }}
+ ? "一般"
+ : "低" }}
{{ item.inspectTime }}
diff --git a/src/views/commandScreen/dialogCompnnents/safe-hidden.vue b/src/views/commandScreen/dialogCompnnents/safe-hidden.vue
index 4cc36d2..9263af2 100644
--- a/src/views/commandScreen/dialogCompnnents/safe-hidden.vue
+++ b/src/views/commandScreen/dialogCompnnents/safe-hidden.vue
@@ -305,7 +305,12 @@ onMounted(async () => {
});
+