From 93f6c6d1a3383ff2e5e66a5aa13464b90634aa59 Mon Sep 17 00:00:00 2001 From: zch Date: Wed, 30 Apr 2025 16:20:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(ems):=20=E7=8E=AF=E5=A2=83=E7=9B=91?= =?UTF-8?q?=E6=B5=8B=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E6=A0=91=E7=AD=9B=E9=80=89=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加左侧设备树,支持按设备名称筛选 - 点击树节点时查询对应设备的环境监测记录 - 优化表格列显示,移除主键标识列,增加序号列 - 调整查询参数,支持同时按多个设备 ID 查询 --- .../ems/record/recordIotenvInstant/index.vue | 172 +++++++++++++++--- 1 file changed, 147 insertions(+), 25 deletions(-) diff --git a/src/views/ems/record/recordIotenvInstant/index.vue b/src/views/ems/record/recordIotenvInstant/index.vue index 4a2dd6d..69f8615 100644 --- a/src/views/ems/record/recordIotenvInstant/index.vue +++ b/src/views/ems/record/recordIotenvInstant/index.vue @@ -1,5 +1,32 @@