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