From 5106149483f3178b2921dc5d110624e285288c7d Mon Sep 17 00:00:00 2001 From: caozehui <2427765068@qq.com> Date: Mon, 10 Nov 2025 14:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BE=E5=BC=80=E5=AD=90=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E5=85=B3=E8=81=94=E4=BB=BB=E4=BD=95=E6=A0=87?= =?UTF-8?q?=E5=87=86=E8=AE=BE=E5=A4=87=E3=80=81=E7=9B=91=E6=B5=8B=E7=82=B9?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E8=BF=87=E5=90=8E=E4=B8=8D=E5=8F=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/api/device/interface/monitor.ts | 2 +- .../device/components/monitorPopup.vue | 4 ++-- .../machine/device/components/monitorTab.vue | 2 +- .../plan/planList/components/planPopup.vue | 21 ++++++++++++------- 4 files changed, 18 insertions(+), 11 deletions(-) diff --git a/frontend/src/api/device/interface/monitor.ts b/frontend/src/api/device/interface/monitor.ts index 2523db1..a35781e 100644 --- a/frontend/src/api/device/interface/monitor.ts +++ b/frontend/src/api/device/interface/monitor.ts @@ -18,7 +18,7 @@ export namespace Monitor { export interface ResPqMon { id: string; //监测点ID devId: string; //所属设备ID - busbar: string;//所属母线 + busbar: string;//母线名称 name: string; //监测点名称 num: number; //线路号,监测点序号 pt: string; //PT变比 diff --git a/frontend/src/views/machine/device/components/monitorPopup.vue b/frontend/src/views/machine/device/components/monitorPopup.vue index e3a905c..ff7d94e 100644 --- a/frontend/src/views/machine/device/components/monitorPopup.vue +++ b/frontend/src/views/machine/device/components/monitorPopup.vue @@ -18,10 +18,10 @@ - + - + + + + + + +