From 96db941dd99034add3e799d1f9ebbb2ead63ac77 Mon Sep 17 00:00:00 2001 From: 17630416519 Date: Wed, 21 Jan 2026 15:26:49 +0800 Subject: [PATCH] =?UTF-8?q?PLC=E8=BF=9E=E6=8E=A5=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plcConnectionStatus/index.vue | 68 +++++++++++++++++++------ 1 file changed, 52 insertions(+), 16 deletions(-) diff --git a/src/views/plcConnectionStatus/index.vue b/src/views/plcConnectionStatus/index.vue index fc2fb49..691c377 100644 --- a/src/views/plcConnectionStatus/index.vue +++ b/src/views/plcConnectionStatus/index.vue @@ -14,35 +14,52 @@
{{ line.plcName }}
{{ line.ip }}
-
{{ line.connectSuccess }}
-
{{ line.connectMessage }}
- +
+ + {{ line.connectSuccess ? '已连接' : '未连接' }} + +
+
{{ line.connectMessage || '-' }}
-
暂无有派工的产线数据
+
正在加载数据...
+
暂无PLC连接数据