From 4f0bd551c176928fa9fe24489ae18f8726578f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Wed, 8 Apr 2026 17:45:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/biz/nuBaseInfo/QyxxList.vue | 1 + .../components/BaseWlsbListForm.vue | 2 +- .../nuBaseInfo/devicesBind/DevicesForm.vue | 21 +++++++++++++------ src/views/iot/manager/DeviceManagerList.vue | 21 ++++++++++++------- .../manager/components/DeviceBrokenForm.vue | 1 + .../iot/manager/components/DeviceGhForm.vue | 1 + .../components/preview/DevicePreviewForm.vue | 1 + src/views/iot/manager/manager.data.ts | 17 +++++++++++++++ 8 files changed, 51 insertions(+), 14 deletions(-) diff --git a/src/views/biz/nuBaseInfo/QyxxList.vue b/src/views/biz/nuBaseInfo/QyxxList.vue index 1cc7156..af800e4 100644 --- a/src/views/biz/nuBaseInfo/QyxxList.vue +++ b/src/views/biz/nuBaseInfo/QyxxList.vue @@ -179,6 +179,7 @@ function handleJcfy(record) { //查看物联设备 function handleWlsb(record) { wlsbModal.value.disableSubmit = true; + // wlsbModal.value.edit(record); wlsbModal.value.add(record); } diff --git a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue index 79af49d..c443a03 100644 --- a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue +++ b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue @@ -287,7 +287,7 @@
- 提示:请联系平台运维组技术人员绑定物联设备! + 提示:请在【物联设备】功能中绑定物联设备!
diff --git a/src/views/biz/nuBaseInfo/devicesBind/DevicesForm.vue b/src/views/biz/nuBaseInfo/devicesBind/DevicesForm.vue index f4d1bcd..f8ebc73 100644 --- a/src/views/biz/nuBaseInfo/devicesBind/DevicesForm.vue +++ b/src/views/biz/nuBaseInfo/devicesBind/DevicesForm.vue @@ -1,12 +1,12 @@