添加红点显示

This commit is contained in:
熊丽君
2021-04-27 15:20:10 +08:00
parent fec4d711df
commit 965371de38

View File

@ -238,8 +238,8 @@ export default {
});
});
// this.spotList = spotList;
this.spotList = [];
this.spotList = spotList;
// this.spotList = [];
this.devCount = devCount;
this.deviceNum = deviceNum;
@ -790,7 +790,8 @@ export default {
'设备名: ' +
params.data.deviceName +
'<br>设备sn: ' +
params.data.deviceId
params.data.deviceId+
'<br>经度: ' + params.data.value[0] + '&nbsp;&nbsp;&nbsp;纬度:'+ params.data.value[1]
);
}
},