소스 검색

统计分析增加事件和设备数量展示

wang_xy 2 년 전
부모
커밋
9a8a76d78e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/bigdata/tabbar.vue

+ 1 - 1
src/views/bigdata/tabbar.vue

@@ -139,7 +139,7 @@
           that.regionNum.push(...resp.data.event)
           that.regionNum.push(...resp.data.data)
           for(let i in resp.data.device){
-            that.regionNum.push({count: resp.data.device[i].deviceCount,name: resp.data.device[i].deviceName})
+            that.regionNum.push({value: resp.data.device[i].deviceCount,name: resp.data.device[i].deviceName})
           }
         })
       },