From 129a14cb0daef48afe7f6cf930cb478c3461f13f Mon Sep 17 00:00:00 2001 From: 23688nl <329261568@qq.com> Date: Thu, 8 Sep 2022 16:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=EF=BC=9A=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E9=A1=B9=E7=9B=AE=E8=AF=A6=E6=83=85=E4=B8=8B=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=BD=91=E5=85=B3=E4=B8=AD=20=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=97=A0=E6=95=B0=E6=8D=AE=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Amap/components/shopLocation/index.vue | 181 +++++++------- .../profileV2/DeviceManage/EDeviceTable.vue | 229 ++++++++++++------ 2 files changed, 247 insertions(+), 163 deletions(-) diff --git a/src/components/Amap/components/shopLocation/index.vue b/src/components/Amap/components/shopLocation/index.vue index 84749a00..9a952e6c 100644 --- a/src/components/Amap/components/shopLocation/index.vue +++ b/src/components/Amap/components/shopLocation/index.vue @@ -1,103 +1,110 @@ - - + + \ No newline at end of file + diff --git a/src/views/iot/project/profileV2/DeviceManage/EDeviceTable.vue b/src/views/iot/project/profileV2/DeviceManage/EDeviceTable.vue index 07731b93..cbf6c05a 100644 --- a/src/views/iot/project/profileV2/DeviceManage/EDeviceTable.vue +++ b/src/views/iot/project/profileV2/DeviceManage/EDeviceTable.vue @@ -10,7 +10,12 @@ - + - + - - - - {{ devItem['deviceState'] == 'ONLINE' ? '在线' : '离线' }} + + + + {{ + devItem["deviceState"] == "ONLINE" ? "在线" : "离线" + }} 线路数: - {{ devItem.routeCount || 0}} + {{ devItem.routeCount || 0 }} - + - 查看线路列表 + 查看线路列表 修改服务指向 设备巡检记录 设备参数调整 内置定时配置 - - + - {{ devItem.deviceName }} + {{ + devItem.deviceName + }} {{ devItem.deviceKey }} - {{ devItem.deviceAddress }} + {{ + devItem.deviceAddress + }} + + 暂无数据 + + @handleLinkToHome="handleLinkToHome" + >