From 9b7715ac10c9cd3a7ccab7e2c0a7ecedb27baad4 Mon Sep 17 00:00:00 2001 From: wangsixiang <2970484253@qq.com> Date: Mon, 30 Jun 2025 15:24:09 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9C=E7=AB=AF=E6=9C=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E5=8F=96=E5=80=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Dialogs/RemoteMachine/components/DeviceParams.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue index 413e4dba..602679f5 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/RemoteMachine/components/DeviceParams.vue @@ -137,7 +137,9 @@ export default { if (result.code != 200) return Message.error("操作失败"); result.data.forEach(item => { if (item.propertyName) { - if (item.propertyName === "状态包" || item.propertyName === "心跳包") { + if (item.propertyName === "状态包" || item.propertyName === "心跳包" || item.propertyName === "环境温度" || item.propertyName === "环境湿度" + || item.propertyName === "变压器上层油温" || item.propertyName === "电流不平衡度" || item.propertyName === "电网频率" + || item.propertyName === "电压不平衡度") { // 如果是电流相关数据集合 acDC.push({ label: item.propertyName,