diff --git a/src/views/commandScreen/commandCenter/centerTop.vue b/src/views/commandScreen/commandCenter/centerTop.vue index 019c37b..98095ef 100644 --- a/src/views/commandScreen/commandCenter/centerTop.vue +++ b/src/views/commandScreen/commandCenter/centerTop.vue @@ -50,16 +50,24 @@ {{ statScore.radio > 0 ? "↑" : "↓" }} -
+
{{ statScore.total }}
-
- 安全评分 -
- 优秀 -
+
+ 安全评分 +
优秀
+
+
+
+ 安全评分 +
一般
+
+
+
+ 安全评分 +
@@ -197,6 +205,7 @@ const getStatScore = async () => { const res = await getStatScoreApi({ projectSn: store.sn }); console.log("获取项目信息6666666666666666666666666666666666", res); statScore.value = res.result; + statScore.value.total = 74 }; function boxStyle(item: any) { @@ -288,6 +297,12 @@ onMounted(async () => {