添加红点显示
This commit is contained in:
@ -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] + ' 纬度:'+ params.data.value[1]
|
||||
);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user