From ea21eaad6c6463f2e650a7cc867b64ff593705ca Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 19 Mar 2025 11:09:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=9C=8B=E6=9D=BF=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/kanban/spectaculars/index.vue | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue index d680a48..aa01912 100644 --- a/src/views/kanban/spectaculars/index.vue +++ b/src/views/kanban/spectaculars/index.vue @@ -46,7 +46,7 @@
-
点检待检数
+
日点检待检数
{{ equipmentinfo.spotInspectionPendCheck || "0" }} @@ -55,7 +55,7 @@
-
巡检待检数
+
月巡检待检数
{{ equipmentinfo.inspectionPendCheck || "0" }} @@ -67,7 +67,7 @@
-
点检完成数
+
日点检完成数
{{ equipmentinfo.spotInspectionFinish || "0" }} @@ -75,7 +75,7 @@
-
巡检完成数
+
月巡检完成数
{{ equipmentinfo.inspectionFinish || "0" }} @@ -87,7 +87,7 @@
-
点检完成率
+
日点检完成率
{{ (equipmentinfo.spotInspectionFinishRate || "0")+'%' }} @@ -96,7 +96,7 @@
-
巡检完成率
+
月巡检完成率
{{ (equipmentinfo.inspectionFinishRate || "0") +'%'}} @@ -130,6 +130,7 @@ @@ -152,6 +154,7 @@ @@ -238,6 +241,7 @@ @@ -260,6 +265,7 @@ @@ -346,6 +352,7 @@ @@ -367,6 +375,7 @@ @@ -957,7 +966,7 @@ export default { } } .title { - width: 100px; + width: 120px; height: 40px; color: #ffffff; font-size: 20px;