From 14afd8105051e5eb0519eac84d7ef07245d0ea79 Mon Sep 17 00:00:00 2001 From: zhufu <17863654727@163.com> Date: Thu, 10 Jul 2025 15:22:08 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86-=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E8=BF=90=E7=BB=B4-=E9=A3=9E=E8=A1=8C=E5=99=A8?= =?UTF-8?q?=E8=AF=A6=E7=BB=86=E4=BF=A1=E6=81=AF=E5=B1=95=E7=A4=BA=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../workmanagement/device/Airport/DeviceControl/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/demo/workmanagement/device/Airport/DeviceControl/index.vue b/src/views/demo/workmanagement/device/Airport/DeviceControl/index.vue index 7b0c913..d9157f4 100644 --- a/src/views/demo/workmanagement/device/Airport/DeviceControl/index.vue +++ b/src/views/demo/workmanagement/device/Airport/DeviceControl/index.vue @@ -370,9 +370,9 @@
- {{props.deviceInfoList[props.controlSN]?.wireless_link['4g_link_state'] == 0? '开启': '关闭'}} + {{props.deviceInfoList[props.controlSN]?.wireless_link?.['4g_link_state'] == 0? '开启': '关闭'}}