|
@@ -29,9 +29,9 @@
|
|
|
</div>
|
|
|
<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>
|
|
|
- <chartForestFarm></chartForestFarm>
|
|
|
+ <chartPollutionSource></chartPollutionSource>
|
|
|
</div>
|
|
|
<div class="b-con">
|
|
|
<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
|
|
@@ -72,9 +72,9 @@
|
|
|
</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>
|
|
|
+ <span>重点企业</span>
|
|
|
</div>
|
|
|
- <chartAncientTree></chartAncientTree>
|
|
|
+ <chartKeyEnterprises></chartKeyEnterprises>
|
|
|
</div>
|
|
|
<div class="b-con">
|
|
|
<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
|
|
@@ -88,9 +88,9 @@
|
|
|
<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>
|
|
|
+ <span>禁烧区分布</span>
|
|
|
</div>
|
|
|
- <chartGridDistribution></chartGridDistribution>
|
|
|
+ <chartNoBurningArea></chartNoBurningArea>
|
|
|
</div>
|
|
|
<div class="b-con">
|
|
|
<div class="b-tit"><img src="@/assets/images/integrated/bigdata-tit-icon.png">
|
|
@@ -100,26 +100,26 @@
|
|
|
</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-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">
|
|
@@ -140,15 +140,15 @@ import bigdataSupermap from '@/components/supermap' //超图
|
|
|
|
|
|
//echarts
|
|
|
import chartEvent from './chart-event.vue' //1 事件、、
|
|
|
-import chartForestFarm from './chart-forestFarm.vue' //2 林场分布、、
|
|
|
+import chartPollutionSource from './chart-pollutionSource.vue' //2 污染源分布、、
|
|
|
import chartEquipmentType from './chart-equipmentType.vue' //3 公司、、
|
|
|
import chartFireCause from './chart-fireCause.vue' //4 起火原因、、
|
|
|
import chartDeviceReportingEvents from './chart-deviceReportingEvents.vue' //5 设备上报数量、、
|
|
|
import chartEventTrend from './chart-eventTrend.vue' //6 事件趋势、、
|
|
|
import chartKeyArea from './chart-keyArea.vue' //7 重点区域、、
|
|
|
-import chartAncientTree from './chart-ancientTree.vue' //8 珍惜古树、、
|
|
|
+import chartKeyEnterprises from './chart-keyEnterprises.vue' //8 重点企业、、
|
|
|
import chartWeatherTrends from './chart-weatherTrends.vue' //9 天气趋势、、
|
|
|
-import chartGridDistribution from './chart-gridDistribution.vue' //10 网格分布、、
|
|
|
+import chartNoBurningArea from './chart-noBurningArea.vue' //10 禁烧区分布、、
|
|
|
import chartFireBrigade from './chart-fireBrigade.vue' //12 防火队、、
|
|
|
import chartGridStaff from './chart-gridStaff.vue' //13 网格人员、、
|
|
|
import chartWeatherStation from './chart-weatherStation.vue' //14 气象站、、
|
|
@@ -159,15 +159,15 @@ export default {
|
|
|
bigdataSupermap,
|
|
|
tabbar,
|
|
|
chartEvent,
|
|
|
- chartForestFarm,
|
|
|
+ chartPollutionSource,
|
|
|
chartEquipmentType,
|
|
|
chartFireCause,
|
|
|
chartDeviceReportingEvents,
|
|
|
chartEventTrend,
|
|
|
chartKeyArea,
|
|
|
- chartAncientTree,
|
|
|
+ chartKeyEnterprises,
|
|
|
chartWeatherTrends,
|
|
|
- chartGridDistribution,
|
|
|
+ chartNoBurningArea,
|
|
|
chartFireBrigade,
|
|
|
chartGridStaff,
|
|
|
chartWeatherStation,
|