From 80e694d7b167726caf7a9c2aaf7feb29671e6c88 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Wed, 19 Mar 2025 11:33:06 +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 | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/kanban/spectaculars/index.vue b/src/views/kanban/spectaculars/index.vue index aa01912..12f0e11 100644 --- a/src/views/kanban/spectaculars/index.vue +++ b/src/views/kanban/spectaculars/index.vue @@ -87,7 +87,7 @@
-
日点检完成率
+
点检完成率
{{ (equipmentinfo.spotInspectionFinishRate || "0")+'%' }} @@ -96,7 +96,7 @@
-
月巡检完成率
+
巡检完成率
{{ (equipmentinfo.inspectionFinishRate || "0") +'%'}} @@ -367,7 +367,8 @@ @@ -1271,4 +1272,8 @@ export default { margin-bottom: 10px; margin-right: 8px; } +.demo-form-inline input select{ + display: block; + margin-right: 10px; +}