|
@@ -81,7 +81,7 @@
|
|
|
<span>事件趋势</span>
|
|
|
</div>
|
|
|
<chartEventTrend></chartEventTrend>
|
|
|
- <strong></strong>
|
|
|
+ <!--<strong></strong>-->
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 第四纵向-->
|
|
@@ -100,27 +100,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 第五纵向-->
|
|
|
- <!--<div class="bigdata-list wid-li-3 m-l-15 flex-r">-->
|
|
|
- <!--<div class="b-con mg-b-20 tall">-->
|
|
|
- <!--<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">-->
|
|
|
- <!--<span>网格人员</span>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<chartGridStaff></chartGridStaff>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<div class="b-con mg-b-20 b-49">-->
|
|
|
- <!--<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">-->
|
|
|
- <!--<span>防火队</span>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<chartFireBrigade></chartFireBrigade>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<div class="b-con mg-b-20 b-49">-->
|
|
|
- <!--<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">-->
|
|
|
- <!--<span>气象站</span>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--<chartWeatherStation></chartWeatherStation>-->
|
|
|
- <!--</div>-->
|
|
|
- <!--</div>-->
|
|
|
- <!-- 第六纵向-->
|
|
|
<div class="bigdata-list wid-li-1 m-l-15">
|
|
|
<div class="b-con mg-b-20 taller">
|
|
|
<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
|
|
@@ -129,6 +108,15 @@
|
|
|
<chartEquipmentDistribution></chartEquipmentDistribution>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!-- 第六纵向-->
|
|
|
+ <div class="bigdata-list wid-li-3 m-l-15 flex-r">
|
|
|
+ <div class="b-con mg-b-20 tall">
|
|
|
+ <div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
|
|
|
+ <span>比重分析,按事件类别统计事件比重</span>
|
|
|
+ </div>
|
|
|
+ <chartDetector></chartDetector>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
@@ -153,6 +141,7 @@ import chartNoBurningArea from './chart-noBurningArea.vue' //10 禁烧区分布
|
|
|
// import chartGridStaff from './chart-gridStaff.vue' //13 网格人员、、
|
|
|
// import chartWeatherStation from './chart-weatherStation.vue' //14 气象站、、
|
|
|
import chartEquipmentDistribution from './chart-equipmentDistribution' //16 设备分布、、
|
|
|
+import chartDetector from './chart-detector' //16 设备分布、、
|
|
|
import { getRlt } from '@/api/bigdata'
|
|
|
import {
|
|
|
fontConfig
|
|
@@ -175,7 +164,8 @@ export default {
|
|
|
// chartFireBrigade,
|
|
|
// chartGridStaff,
|
|
|
// chartWeatherStation,
|
|
|
- chartEquipmentDistribution
|
|
|
+ chartEquipmentDistribution,
|
|
|
+ chartDetector
|
|
|
},
|
|
|
data() {
|
|
|
return {
|