From 5e52002178c4ebc7b58e9cc0e0862e193eceed03 Mon Sep 17 00:00:00 2001 From: luojiayi <1712054227@qq.com> Date: Fri, 9 May 2025 11:39:26 +0800 Subject: [PATCH] =?UTF-8?q?2025=E5=B9=B405=E6=9C=8809=E6=97=A511:39:05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../monitoringCenter/deviceLocationMap.vue | 5 +- src/views/monitoringCenter/deviceModel.vue | 67 +++++++++++++++---- src/views/monitoringCenter/deviceRecord.vue | 62 +++++++++-------- src/views/monitoringCenter/index.vue | 12 ++-- .../synthesizeManage/areaManage/index.vue | 4 +- .../deviceInfo/deviceHistory.vue | 4 +- .../deviceManage/deviceControl.vue | 49 +++++++++----- .../synthesizeManage/deviceManage/index.vue | 25 ++++--- .../synthesizeManage/mapLocation/index.vue | 6 +- src/views/synthesizeManage/setting/index.vue | 11 +++ .../synthesizeManage/userManage/index.vue | 15 ++--- 11 files changed, 168 insertions(+), 92 deletions(-) diff --git a/src/views/monitoringCenter/deviceLocationMap.vue b/src/views/monitoringCenter/deviceLocationMap.vue index 501e069..681a061 100644 --- a/src/views/monitoringCenter/deviceLocationMap.vue +++ b/src/views/monitoringCenter/deviceLocationMap.vue @@ -71,9 +71,9 @@ const getLocateRecord = () => { if (list.length < 50) { let marker: any = ""; if (index == 0) { - marker = newMap.marker({ icon: endIcon, position: [item.lng, item.lat], zIndex: 13 }); - } else if (index == list.length - 1) { marker = newMap.marker({ icon: startIcon, position: [item.lng, item.lat], zIndex: 13 }); + } else if (index == list.length - 1) { + marker = newMap.marker({ icon: endIcon, position: [item.lng, item.lat], zIndex: 13 }); } else { marker = newMap.marker({ icon: ViaIcon, position: [item.lng, item.lat], zIndex: 12 }); } @@ -119,6 +119,7 @@ onMounted(() => { height: 400px; flex-shrink: 0; position: relative; + .toolbox { width: 32px; height: 32px; diff --git a/src/views/monitoringCenter/deviceModel.vue b/src/views/monitoringCenter/deviceModel.vue index 209abb9..01be563 100644 --- a/src/views/monitoringCenter/deviceModel.vue +++ b/src/views/monitoringCenter/deviceModel.vue @@ -2,7 +2,7 @@
设备列表
- + @@ -10,10 +10,10 @@