From 778c10923ce7adf233f8a6b820d5824aa2402843 Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期二, 31 十月 2023 20:28:01 +0800 Subject: [PATCH] 加工数+目标数的组件+设备状态的组件 --- src/api/plc.ts | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/api/plc.ts b/src/api/plc.ts index 686879e..973f0e5 100644 --- a/src/api/plc.ts +++ b/src/api/plc.ts @@ -2,5 +2,7 @@ finishNumber: number totalNumber: number /** 1鏂紑 2鐢熶骇涓� 3寰呮満*/ - plcStatus: 1 | 2 | 3 + // plcStatus: 1 | 2 | 3, + plcStatus: 1 + plcNotConnected: String } -- Gitblit v1.8.0