@ -185,7 +185,7 @@ export default {
position = [e.centerPoint.longitude, e.centerPoint.latitude]
}
let text = new AMap.Text({
text: e.deviceCount + (e.abnormalCount ? ('/' + e.abnormalCount) : ''),
text: '总数:'+e.deviceCount + (e.abnormalCount ? ('/异常数量:' + e.abnormalCount) : ''),
anchor: 'center',
draggable: true,
cursor: 'pointer',