修改辽宁全景展示问题
This commit is contained in:
@@ -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 => {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -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 => {
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user