From 7c82f0abb0640a95395f3c99a1abe836afdb3a7b Mon Sep 17 00:00:00 2001 From: Vce Date: Wed, 5 Jun 2024 14:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AE=89=E5=85=A8=E8=AF=84?= =?UTF-8?q?=E5=88=86=E6=A0=B9=E6=8D=AE=E5=88=86=E5=80=BC=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E8=83=8C=E6=99=AF=E5=85=89=E6=99=95=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../commandScreen/commandCenter/centerTop.vue | 35 +++++++++++++------ 1 file changed, 25 insertions(+), 10 deletions(-) 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 () => {