From e33d5c248596704d13c746df1f864439402a5ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E7=A3=8A?= <45566618@qq.com> Date: Mon, 27 Apr 2026 17:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E8=81=94=E8=AE=BE=E5=A4=87=E6=9B=B4?= =?UTF-8?q?=E6=8D=A2=E5=8C=BA=E5=9F=9F=EF=BC=8C=E4=B8=8E=E8=AE=BE=E5=A4=87?= =?UTF-8?q?=E9=A2=84=E8=A7=88=E4=B8=AD=E7=9A=84BUG=E5=A4=84=E7=90=86?= =?UTF-8?q?=EF=BC=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/manager/DeviceManagerList.vue | 2 +- src/views/iot/manager/components/DeviceGhForm.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/iot/manager/DeviceManagerList.vue b/src/views/iot/manager/DeviceManagerList.vue index d2a460c..533d734 100644 --- a/src/views/iot/manager/DeviceManagerList.vue +++ b/src/views/iot/manager/DeviceManagerList.vue @@ -192,7 +192,7 @@ }, { label: '绑定区域', - onClick: handleDeviceGh.bind(null, record,"绑定"), + onClick: handleDeviceGh.bind(null, record,"绑定区域"), ifShow: record.onlineStatus!='待集成' && record.dimension == '区域维度' && record.nuId == null }, { diff --git a/src/views/iot/manager/components/DeviceGhForm.vue b/src/views/iot/manager/components/DeviceGhForm.vue index a468de9..f49b032 100644 --- a/src/views/iot/manager/components/DeviceGhForm.vue +++ b/src/views/iot/manager/components/DeviceGhForm.vue @@ -59,7 +59,7 @@ const formData = reactive>({ factory: undefined, sn: undefined, ywId: undefined, - optType: '换绑' + optType: '更换' }); const { createMessage } = useMessage(); const labelCol = ref({ xs: { span: 24 }, sm: { span: 5 } });