From 2af58c38db8cb24fb737e0fc1d4c0f5d782fd3f2 Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Sat, 20 Dec 2025 17:52:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E5=8F=B0=E8=BD=B4=E6=B7=BB=E5=8A=A0PT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/EquipmentStatus.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/plan/EquipmentStatus.vue b/src/views/plan/EquipmentStatus.vue index 53a5746..4324ec2 100644 --- a/src/views/plan/EquipmentStatus.vue +++ b/src/views/plan/EquipmentStatus.vue @@ -17,6 +17,7 @@
{{ record.axle_number }}
{{ record.specification }}
{{ record.model }}
+
线盘: {{ record.wire_disc || '无' }}
完成度: {{ (record.degree_of_completion * 100).toFixed(0) }}%
@@ -27,6 +28,7 @@
{{ record.axle_number }}
{{ record.specification }}
{{ record.model }}
+
线盘: {{ record.wire_disc || '无' }}
完成度: {{ (record.degree_of_completion * 100).toFixed(0) }}%
@@ -277,6 +279,12 @@ const getCompletionClass = (degree) => { margin-bottom: 2px; } +.axle-disc { + font-size: 12px; + color: #606266; + margin-bottom: 2px; +} + .axle-progress { font-size: 12px; color: #409eff;