From 504c63fe955e7540ae8758f07f6617ca4145f66e Mon Sep 17 00:00:00 2001 From: quowingwang Date: Thu, 22 Jan 2026 16:41:37 +0800 Subject: [PATCH] =?UTF-8?q?plc=E9=93=BE=E6=8E=A5=E8=BD=AC=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plcConnectionStatus/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/plcConnectionStatus/index.vue b/src/views/plcConnectionStatus/index.vue index 691c377..dee7034 100644 --- a/src/views/plcConnectionStatus/index.vue +++ b/src/views/plcConnectionStatus/index.vue @@ -7,6 +7,10 @@
IP
是否连接
连接信息
+
设备模式
+
设备运行状态
+
设备在线模式
+
设备生产模式
{{ line.connectMessage || '-' }}
+
{{ line.MachineModel }}
+
{{ line.RunStatus }}
+
{{ line.OnLineStatus }}
+
{{ line.ProduceModel }}