联调市详情页面

This commit is contained in:
GGJ
2024-04-29 16:37:07 +08:00
parent 0c7b5ff4d6
commit 830d2017a5
20 changed files with 1295 additions and 141 deletions

View File

@@ -66,10 +66,10 @@
<MyEChart :style="EchHeight" :options="harmonicCharts" />
</div>
</div>
<!-- 暂态电能质量水平评 -->
<!-- 暂态电能质量水平评 -->
<div>
<div class="title">
<span>暂态电能质量水平评</span>
<span>暂态电能质量水平评</span>
<span class="info" @click="open(2)">
详情
<ArrowRight style="width: 12px" />
@@ -137,12 +137,12 @@
</div>
</div>
</div>
<img
<!-- <img
class="imgR"
:style="show ? 'transform: rotate(180deg);' : 'transform: rotate(0deg);'"
@click="show = !show"
src="@/assets/img/QH.png"
/>
/> -->
<!-- 评估 -->
<Evaluate ref="evaluateRef" />
<!-- 稳态 -->
@@ -259,7 +259,7 @@ const info = (row: any) => {
getAssessOverview(form).then(res => {
assessList.value = res.data
})
// 稳态电能质量水平评概览数据
// 稳态电能质量水平评概览数据
harmonicChange()
// 暂态统计详情
transientChange()
@@ -433,10 +433,9 @@ defineExpose({ info })
min-width: 120px;
}
.col {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
display: grid;
grid-template-columns: 1fr;
text-align: center;
}
.imgR {
position: absolute;