From e5e42bfca71c4e4a39e5cee57e46bdc27c8b7aca Mon Sep 17 00:00:00 2001 From: zch Date: Tue, 1 Jul 2025 17:01:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(ems):=20=E4=BC=98=E5=8C=96=E6=8C=AF?= =?UTF-8?q?=E5=8A=A8=E8=AE=BE=E5=A4=87=E6=95=B0=E6=8D=AE=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - getMonitorInfoTree获取所有类型为10即振动设备,然后将所有获取到的振动设备的id放入monitorIds传给后台来获取数据 - 移除了不必要的列定义,简化了表格结构 - 添加了振动设备专用列,包括振动速度、位移、加速度和温度 - 优化了设备树结构查询逻辑,支持父节点和子节点查询 - 调整了查询条件设置方式,提高了查询效率 - 移除了不必要的表单输入项,简化了数据录入 --- .../record/recordVibrationInstant/index.vue | 138 +++++++++--------- 1 file changed, 70 insertions(+), 68 deletions(-) diff --git a/src/views/ems/record/recordVibrationInstant/index.vue b/src/views/ems/record/recordVibrationInstant/index.vue index 212c1a3..43aefa5 100644 --- a/src/views/ems/record/recordVibrationInstant/index.vue +++ b/src/views/ems/record/recordVibrationInstant/index.vue @@ -184,48 +184,27 @@ v-hasPermi="['ems/record:recordIotenvInstant:export']" >导出 - + - - - - + + - - + + + - - + - - + - - + - - - - - - - - - - - - - - - - - - - - + + +