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" + >