修改辽宁全景展示问题

This commit is contained in:
guanj
2026-07-06 10:12:51 +08:00
parent 21ac0611cd
commit 2445cfbff3
4 changed files with 643 additions and 644 deletions

View File

@@ -302,19 +302,20 @@ const countList: any = ref([
{ {
title: '网公司', title: '网公司',
children: [ children: [
{ title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 },
{ {
title: '电网侧监测点', title: '电网侧监测点',
num: 0, num: 0,
onLineNum: 0, onLineNum: 0,
integrityRate: 0 integrityRate: 0
}, },
{ title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }
] ]
}, },
{ // {
title: '上送网公司', // title: '上送网公司',
children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] // children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }]
} // }
]) ])
const linList: any = ref([ const linList: any = ref([
{ {
@@ -395,9 +396,9 @@ const info = async (row: any) => {
}) })
// 监测点指标统计 // 监测点指标统计
getGridDiagramStatistics(form).then(res => { getGridDiagramStatistics(form).then(res => {
countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[1] }
countList.value[0].children[1] = { 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] } // countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] }
}) })
// 监测运行统计 // 监测运行统计
getGridDiagramRunData(form).then(res => { getGridDiagramRunData(form).then(res => {

File diff suppressed because it is too large Load Diff

View File

@@ -339,19 +339,20 @@ const countList: any = ref([
{ {
title: '网公司', title: '网公司',
children: [ children: [
{ title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 },
{ {
title: '电网侧监测点', title: '电网侧监测点',
num: 0, num: 0,
onLineNum: 0, onLineNum: 0,
integrityRate: 0 integrityRate: 0
}, },
{ title: '非电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }
] ]
}, },
{ // {
title: '上送网公司', // title: '上送网公司',
children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }] // children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }]
} // }
]) ])
const linList: any = ref([ const linList: any = ref([
{ {
@@ -464,9 +465,9 @@ const info = async (row: any) => {
}) })
// 监测点指标统计 // 监测点指标统计
getGridDiagramStatistics(form).then(res => { getGridDiagramStatistics(form).then(res => {
countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[0] } countList.value[0].children[0] = { title: '电网侧监测点', ...res.data.data[1] }
countList.value[0].children[1] = { 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] } // countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] }
}) })
// 监测运行统计 // 监测运行统计
getGridDiagramRunData(form).then(res => { getGridDiagramRunData(form).then(res => {

View File

@@ -169,7 +169,7 @@
</div> </div>
</div> </div>
<!-- 技术监督管理 --> <!-- 技术监督管理 -->
<div> <!-- <div>
<div class="title"> <div class="title">
<span>技术监督统计</span> <span>技术监督统计</span>
<span class="info" @click="open(3)"> <span class="info" @click="open(3)">
@@ -221,7 +221,7 @@
</el-col> </el-col>
</el-row> </el-row>
</div> </div>
</div> </div> -->
</div> </div>
<img <img
class="imgR" class="imgR"
@@ -266,7 +266,7 @@ import {
const dictData = useDictData() const dictData = useDictData()
const show = ref(false) const show = ref(false)
const height = mainHeight(30) const height = mainHeight(30)
const boxHeight: any = mainHeight(420, 2) const boxHeight: any = mainHeight(270, 2)
const EchHeight: any = mainHeight(510, 2) const EchHeight: any = mainHeight(510, 2)
const evaluateRef = ref() const evaluateRef = ref()
const steadyStateRef = ref() const steadyStateRef = ref()