From 6d018f770875cd770b5185e6a5ace550a4840587 Mon Sep 17 00:00:00 2001 From: Vce Date: Sat, 30 Mar 2024 13:37:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E5=85=A8=E5=B8=BD?= =?UTF-8?q?=E5=92=8C=E6=9C=BA=E6=A2=B0=E5=AE=9A=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../digitalConstruction/equipmentPosition/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sevenLargeScreen/digitalConstruction/equipmentPosition/index.vue b/src/views/sevenLargeScreen/digitalConstruction/equipmentPosition/index.vue index b35c8a4..eab52e7 100644 --- a/src/views/sevenLargeScreen/digitalConstruction/equipmentPosition/index.vue +++ b/src/views/sevenLargeScreen/digitalConstruction/equipmentPosition/index.vue @@ -1109,7 +1109,7 @@ function trackMapInit(path: any, item: any) { info.push('
设备序号: ' + item.devSn + "
"); info.push('
人员名称: ' + item.equipmentName + "
"); // info.push('
最后更新时间: ' + item.updateTime + "
"); - info.push('
最后更新时间: ' + item.uploadTime + "
"); + info.push('
最后上传时间: ' + item.uploadTime + "
"); info.push('
经纬度: ' + item.longitude.toFixed(6) + "|" + item.latitude.toFixed(6) + "
"); info.push('
位置: ' + address + "
"); var infoWindow = new AMap.InfoWindow({ @@ -1446,7 +1446,7 @@ function echoCarMarker(item) { info.push('
设备序号: ' + item.devSn + "
"); info.push('
人员名称: ' + item.equipmentName + "
"); // info.push('
最后更新时间: ' + item.updateTime + "
"); - info.push('
最后更新时间: ' + item.uploadTime + "
"); + info.push('
最后上传时间: ' + item.uploadTime + "
"); info.push('
经纬度: ' + item.longitude.toFixed(6) + "|" + item.latitude.toFixed(6) + "
"); info.push('
位置: ' + address + "
"); @@ -1505,7 +1505,7 @@ function echoPersonMarker(item) { info.push('
设备序号: ' + item.devSn + "
"); info.push('
人员名称: ' + item.equipmentName + "
"); // info.push('
最后更新时间: ' + item.updateTime + "
"); - info.push('
最后更新时间: ' + item.uploadTime + "
"); + info.push('
最后上传时间: ' + item.uploadTime + "
"); info.push('
经纬度: ' + item.longitude.toFixed(6) + "|" + item.latitude.toFixed(6) + "
"); info.push('
位置: ' + address + "
");