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