瀏覽代碼

统计分析-事件来源,类型统计,事件来源有多余的分类

王通 1 年之前
父節點
當前提交
d1fb43e799
共有 2 個文件被更改,包括 3 次插入1 次删除
  1. 1 1
      src/views/bigdata/bigdata.vue
  2. 2 0
      src/views/bigdata/chart-event.vue

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

@@ -23,7 +23,7 @@
       <div class="bigdata-list wid-li-1">
         <div class="b-con mg-b-20">
           <div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
-            <span>事件来源,类型统计</span>
+            <span>火险事件来源,类型统计</span>
           </div>
           <chartEvent></chartEvent>
         </div>

+ 2 - 0
src/views/bigdata/chart-event.vue

@@ -32,6 +32,8 @@
         getSjlylxtj(null).then(resp => {
           that.data_type = resp.data.type
           that.data_source = resp.data.source
+          // that.data_source=that.data_source.filter(item=>item.name!=='传感器')
+          // console.log(that.data_source)
           that.myEcharts()
           that.myEcharts2()
         })