优化全景展示页面

This commit is contained in:
guanj
2026-07-07 10:15:33 +08:00
parent 51a862ed00
commit 5044c88946
5 changed files with 31 additions and 29 deletions

View File

@@ -90,6 +90,7 @@
</div>
<div
class="card-Box"
style="max-height: 100px;"
:style="`height:calc((${boxHeight.height} - 50px )/ 3);`"
v-for="val in item.children"
>
@@ -312,10 +313,10 @@ const countList: any = ref([
]
},
// {
// title: '上送网公司',
// children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }]
// }
{
title: '上送网公司',
children: [{ title: '电网侧监测点', num: 0, onLineNum: 0, integrityRate: 0 }]
}
])
const linList: any = ref([
{
@@ -398,7 +399,7 @@ const info = async (row: any) => {
getGridDiagramStatistics(form).then(res => {
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] }
countList.value[1].children[0] = { title: '电网侧监测点', ...res.data.gwData[0] }
})
// 监测运行统计
getGridDiagramRunData(form).then(res => {