|
|
@@ -184,7 +184,7 @@
|
|
|
<button class="map_btn_span" @click="choseMeasuringDistance()">测距</button>
|
|
|
<button class="map_btn_span" @click="choseMeasuringArea()">测面</button>
|
|
|
<button class="map_btn_span" @click="choseMeasuringHeight()">测高</button>
|
|
|
- <button class="map_btn_span" @click="boxSelection()">框选</button>
|
|
|
+<!-- <button class="map_btn_span" @click="boxSelection()">框选</button>-->
|
|
|
<!-- <button class="map_btn_span" @click="pipeBurstAnalysis()">爆管分析</button>-->
|
|
|
<button class="map_btn_span" @click="clearAll()">清除</button>
|
|
|
<!-- <button class="map_btn_span" @click="showExcavationAnalyze()">填挖方分析</button>-->
|
|
|
@@ -203,7 +203,7 @@
|
|
|
<p>报警累计:{{eventTotal}}</p>
|
|
|
<p>已处理:{{eventTotal}},未处理:0</p>
|
|
|
<p style="width:100%">
|
|
|
- <span style="margin-right: 20px;" v-for="item in eventNumberList">{{item.eventTypeName.substring(0,2)}}:{{item.countSum}}</span>
|
|
|
+ <span style="margin-right: 20px;" v-for="item in eventNumberList">{{item.eventTypeName.substring(2,4)}}:{{item.countSum}}</span>
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="sj_fx" ref="sjfx"></div>
|
|
|
@@ -236,10 +236,10 @@
|
|
|
import {countByBrand} from "@/api/sentinel";
|
|
|
|
|
|
|
|
|
- const cityOptions1_1 = [{ type: '企业', url:[] }, { type: '厂站', url:[] }, { type: '次高压管网', url: ['/3D-huashengranqi/rest/realspace','/map-GHRQ/rest/maps/all@huasheng'] }, { type: '中压管网', url:[] }];
|
|
|
- const cityOptions1_2 = [{ type: '企业', url:[] }, { type: '厂站', url:[] }, { type: '次高压管网', url: ['/3D-GH_tiedong/rest/realspace','/map-GangHua/rest/maps/guandao_cigao@Ganghua_tiedong'] }, { type: '中压管网', url:['/3D-GH_tiedong/rest/realspace','/map-GangHua/rest/maps/guandao_zhong@Ganghua_tiedong'] }];
|
|
|
- const cityOptions1_3 = [{ type: '企业', url:[] }, { type: '厂站', url:[] }, { type: '次高压管网', url: ['/3D-aode_he/rest/realspace','/map-Aoderanqi/rest/maps/he@aode'] }, { type: '中压管网', url:[] }];
|
|
|
- const cityOptions1_4 = [{ type: '企业', url:[] }, { type: '厂站', url:[] }, { type: '次高压管网', url: ['/3D-runfa_he/rest/realspace','/map-RunFaRanQi/rest/maps/he@runfa'] }, { type: '中压管网', url:[] }];
|
|
|
+ const cityOptions1_1 = [{ type: '次高压管网', url: ['/3D-huashengranqi/rest/realspace','/map-GHRQ/rest/maps/all@huasheng'] }];
|
|
|
+ const cityOptions1_2 = [{ type: '次高压管网', url: ['/3D-GH_tiedong/rest/realspace','/map-GangHua/rest/maps/guandao_cigao@Ganghua_tiedong'] }, { type: '中压管网', url:['/3D-GH_tiedong/rest/realspace','/map-GangHua/rest/maps/guandao_zhong@Ganghua_tiedong'] }];
|
|
|
+ const cityOptions1_3 = [{ type: '次高压管网', url: ['/3D-aode_he/rest/realspace','/map-Aoderanqi/rest/maps/he@aode'] }];
|
|
|
+ const cityOptions1_4 = [{ type: '次高压管网', url: ['/3D-runfa_he/rest/realspace','/map-RunFaRanQi/rest/maps/he@runfa'] }];
|
|
|
export default {
|
|
|
name: 'SentryCockpit',
|
|
|
components: {
|
|
|
@@ -873,7 +873,7 @@
|
|
|
getStatisticByMonth().then(res => {
|
|
|
const chartDom = that.$refs.sjfx;
|
|
|
const myChart = echarts.init(chartDom);
|
|
|
- var xData = res.data.categories[0];
|
|
|
+ var xData = res.data.categories;
|
|
|
var color = ["#1a9bfc", "#99da69", "#e32f46", "#7049f0", "#fa704d", "#01babc","#1a9bfc", "#99da69", "#e32f46", "#7049f0", "#fa704d", "#01babc"];
|
|
|
|
|
|
var name = [];
|