Forráskód Böngészése

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

wang_xy 2 éve
szülő
commit
9a8a76d78e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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})
           }
         })
       },