From 2445cfbff35cd5717081775b42bd6b86d6767f78 Mon Sep 17 00:00:00 2001 From: guanj Date: Mon, 6 Jul 2026 10:12:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BE=BD=E5=AE=81=E5=85=A8?= =?UTF-8?q?=E6=99=AF=E5=B1=95=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pqs/panorama/components/cityMapL.vue | 17 +- .../pqs/panorama/components/cityMapR.vue | 1247 ++++++++--------- src/views/pqs/panorama/components/mapL.vue | 17 +- src/views/pqs/panorama/components/mapR.vue | 6 +- 4 files changed, 643 insertions(+), 644 deletions(-) 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 @@ -
+