修改辽宁全景展示问题

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: '网公司',
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 => {

View File

@@ -63,13 +63,10 @@
</div>
<!-- 稳态电能质量指标水平评估 -->
<div>
<!-- <div>
<div class="title">
<span>技术监督统计</span>
<!-- <span class="info" @click="open(3)">
详情
<ArrowRight style="width: 12px" />
</span> -->
</div>
<div style="display: flex" class="mt2">
<img src="@/assets/img/FGX.png" />
@@ -110,7 +107,7 @@
</el-col>
</el-row>
</div>
</div>
</div> -->
<!-- 指标合格率统计 -->
<statistics ref="statisticsRef" />
<!-- 稳态指标超标占比 -->
@@ -139,8 +136,8 @@ import { getAssessDetail, evaluationDetail, getGeneralSituation } from '@/api/de
const dictData = useDictData()
const height = mainHeight(30)
const show = ref(false)
const boxHeight: any = mainHeight(220, 3)
const EchHeight: any = mainHeight(320, 3)
const boxHeight: any = mainHeight(70, 3)
const EchHeight: any = mainHeight(170, 3)
const statisticsRef = ref()
const exceededRef = ref()
const formRow: any = ref({})

View File

@@ -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 => {

View File

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