From c88128b63b60876ccee12f830e46aaa9f384141f Mon Sep 17 00:00:00 2001 From: sjl <1716605279@qq.com> Date: Wed, 17 Sep 2025 14:08:58 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=A2=AB=E6=A3=80=E8=AE=BE=E5=A4=87=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E7=82=B9=E6=96=B0=E5=A2=9E=E6=98=AF=E5=90=A6=E5=8F=82?= =?UTF-8?q?=E4=B8=8E=E6=A3=80=E6=B5=8B=202.=E8=B0=83=E6=95=B4=E9=80=9A?= =?UTF-8?q?=E9=81=93=E9=85=8D=E5=AF=B9=E5=8F=AA=E6=98=BE=E7=A4=BA=E7=BB=91?= =?UTF-8?q?=E5=AE=9A=E5=92=8C=E5=8F=82=E4=B8=8E=E6=A3=80=E6=B5=8B=E7=9A=84?= =?UTF-8?q?=E9=80=9A=E9=81=93=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/device/interface/monitor.ts | 1 + .../views/home/components/channelPairing.vue | 155 ++++++++++++------ .../src/views/home/components/compareTest.vue | 1 - .../home/components/compareTestPopup.vue | 9 +- .../home/components/deviceConnectionPopup.vue | 10 +- frontend/src/views/home/components/table.vue | 33 +++- .../device/components/monitorPopup.vue | 11 +- .../machine/device/components/monitorTab.vue | 8 + 8 files changed, 174 insertions(+), 54 deletions(-) diff --git a/frontend/src/api/device/interface/monitor.ts b/frontend/src/api/device/interface/monitor.ts index 525240a..31e826c 100644 --- a/frontend/src/api/device/interface/monitor.ts +++ b/frontend/src/api/device/interface/monitor.ts @@ -26,6 +26,7 @@ export namespace Monitor { connection: string; //接线方式,字典表 statInterval: number; //统计间隔 harmSysId: string; //默认与谐波系统监测点ID相同 + checkFlag: number;//是否参与检测0否1是 } /** diff --git a/frontend/src/views/home/components/channelPairing.vue b/frontend/src/views/home/components/channelPairing.vue index 80d4c7d..b308d49 100644 --- a/frontend/src/views/home/components/channelPairing.vue +++ b/frontend/src/views/home/components/channelPairing.vue @@ -39,7 +39,7 @@