diff --git a/src/views/pqs/panorama/components/cityMapL.vue b/src/views/pqs/panorama/components/cityMapL.vue index 7f67a84b..56d138e0 100644 --- a/src/views/pqs/panorama/components/cityMapL.vue +++ b/src/views/pqs/panorama/components/cityMapL.vue @@ -302,19 +302,20 @@ const countList: any = ref([ { title: '网公司', children: [ + { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }, { title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }, - { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 } + ] }, - { - title: '上送网公司', - children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] - } + // { + // title: '上送网公司', + // children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] + // } ]) const linList: any = ref([ { @@ -395,9 +396,9 @@ const info = async (row: any) => { }) // 监测点指标统计 getGridDiagramStatistics(form).then(res => { - countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } - countList.value[0].children[1] = { title: '非电网侧监测点', ...res.data.data[1] } - countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] } + countList.value[0].children[0] = { title: '非电网侧监测点', ...res.data.data[1] } + countList.value[0].children[1] = { title: '电网侧监测点', ...res.data.data[0] } + // countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] } }) // 监测运行统计 getGridDiagramRunData(form).then(res => { diff --git a/src/views/pqs/panorama/components/cityMapR.vue b/src/views/pqs/panorama/components/cityMapR.vue index 5e2f5660..1b66d84f 100644 --- a/src/views/pqs/panorama/components/cityMapR.vue +++ b/src/views/pqs/panorama/components/cityMapR.vue @@ -1,625 +1,622 @@ - - - - - + + + + + diff --git a/src/views/pqs/panorama/components/mapL.vue b/src/views/pqs/panorama/components/mapL.vue index 2f9b77bf..87c40452 100644 --- a/src/views/pqs/panorama/components/mapL.vue +++ b/src/views/pqs/panorama/components/mapL.vue @@ -339,19 +339,20 @@ const countList: any = ref([ { title: '网公司', children: [ + { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }, + { title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }, - { title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 } ] }, - { - title: '上送网公司', - children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] - } + // { + // title: '上送网公司', + // children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] + // } ]) const linList: any = ref([ { @@ -464,9 +465,9 @@ const info = async (row: any) => { }) // 监测点指标统计 getGridDiagramStatistics(form).then(res => { - countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } - countList.value[0].children[1] = { title: '非电网侧监测点', ...res.data.data[1] } - countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] } + countList.value[0].children[0] = { title: '非电网侧监测点', ...res.data.data[1] } + countList.value[0].children[1] = { title: '电网侧监测点', ...res.data.data[0] } + // countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] } }) // 监测运行统计 getGridDiagramRunData(form).then(res => { diff --git a/src/views/pqs/panorama/components/mapR.vue b/src/views/pqs/panorama/components/mapR.vue index 82f3614b..7b09a277 100644 --- a/src/views/pqs/panorama/components/mapR.vue +++ b/src/views/pqs/panorama/components/mapR.vue @@ -169,7 +169,7 @@ -
+