Kaynağa Gözat

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

wang_xy 2 yıl önce
ebeveyn
işleme
9a8a76d78e
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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})
           }
         })
       },