From 18c604817104d56b1ead64a50270106c02380da8 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Tue, 19 Aug 2025 13:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BaseWlsbListForm.vue | 8 +-- .../components/WlqianyiForm.vue | 4 +- src/views/iot/tplink/camera/camera.data.ts | 23 ++++++--- .../camera/components/CameraInfoList.vue | 6 +-- .../iot/tq/electricity/apilog/ApiLogModal.vue | 14 ++++-- .../electricity/apilog/WaterApiLogModal.vue | 13 +++-- .../yiweilian/components/ApiLogAlarmModal.vue | 14 ++++-- .../iot/yiweilian/components/ApiLogList.vue | 2 +- src/views/iot/yiweilian/humid.data.ts | 50 +++++++++++++++---- 9 files changed, 99 insertions(+), 35 deletions(-) diff --git a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue index a1e2263..deac248 100644 --- a/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue +++ b/src/views/biz/nuBaseInfo/components/BaseWlsbListForm.vue @@ -20,7 +20,7 @@ NUID: {{item.nuId?item.nuId:'未配置'}} - {{item.nuId_dictText?item.nuId_dictText:'未配置'}} + {{item.nuName?item.nuName:'未配置'}} @@ -72,7 +72,7 @@ NUID: {{item.nuId?item.nuId:'未配置'}} - {{item.nuId_dictText?item.nuId_dictText:'未配置'}} + {{item.nuName?item.nuName:'未配置'}} {{item.eleValue?item.eleValue:'0.00'}} @@ -139,7 +139,7 @@ NUID: {{item.nuId?item.nuId:'未配置'}} - {{item.nuId_dictText?item.nuId_dictText:'未配置'}} + {{item.nuName?item.nuName:'未配置'}} {{item.eleValue?item.eleValue:'0.00'}} @@ -205,7 +205,7 @@ NUID: {{item.nuId?item.nuId:'未配置'}} - {{item.nuId_dictText?item.nuId_dictText:'未配置'}} + {{item.nuName?item.nuName:'未配置'}} diff --git a/src/views/invoicing/ConfigMaterial/components/WlqianyiForm.vue b/src/views/invoicing/ConfigMaterial/components/WlqianyiForm.vue index 977fe2f..39133ed 100644 --- a/src/views/invoicing/ConfigMaterial/components/WlqianyiForm.vue +++ b/src/views/invoicing/ConfigMaterial/components/WlqianyiForm.vue @@ -16,12 +16,12 @@ - + - + diff --git a/src/views/iot/tplink/camera/camera.data.ts b/src/views/iot/tplink/camera/camera.data.ts index f4d40a1..ce0258d 100644 --- a/src/views/iot/tplink/camera/camera.data.ts +++ b/src/views/iot/tplink/camera/camera.data.ts @@ -82,6 +82,12 @@ export const formSchema: FormSchema[] = [ // } dynamicDisabled: true }, + { + label: 'SN', + field: 'sn', + component: 'Input', + dynamicDisabled: true + }, { label: '设备名称', field: 'deviceName', @@ -119,12 +125,14 @@ export const formSchema: FormSchema[] = [ label: '区域名称', field: 'regionName', component: 'Input', + ifShow: false, dynamicDisabled: true }, { label: '父设备名称', field: 'parentDeviceName', component: 'Input', + ifShow: false, dynamicDisabled: true }, { @@ -137,23 +145,26 @@ export const formSchema: FormSchema[] = [ label: '项目名称', field: 'projectName', component: 'Input', + ifShow: false, dynamicDisabled: true }, { label: '位置名称', field: 'locationName', component: 'Input', + ifShow: false, dynamicDisabled: true }, { label: '区域', field: 'nuId', - component: 'JSelectNu', - componentProps: { - rowKey: 'nuId', - labelKey: 'nuName', - selectType: true, - }, + component: 'Input', + dynamicDisabled: true, + // componentProps: { + // rowKey: 'nuId', + // labelKey: 'nuName', + // selectType: true, + // }, }, { label: '设备重启', diff --git a/src/views/iot/tplink/camera/components/CameraInfoList.vue b/src/views/iot/tplink/camera/components/CameraInfoList.vue index a52dbad..f4bbf70 100644 --- a/src/views/iot/tplink/camera/components/CameraInfoList.vue +++ b/src/views/iot/tplink/camera/components/CameraInfoList.vue @@ -28,9 +28,9 @@