diff --git a/ruoyi-ui/src/views/board/GPS/index.vue b/ruoyi-ui/src/views/board/GPS/index.vue index 1958ef0..fef8c7c 100644 --- a/ruoyi-ui/src/views/board/GPS/index.vue +++ b/ruoyi-ui/src/views/board/GPS/index.vue @@ -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',