修改 冀北现场问题

This commit is contained in:
GGJ
2024-08-06 20:58:01 +08:00
parent bd3dbca8e1
commit b6ef6cf999
13 changed files with 123 additions and 63 deletions

View File

@@ -39,7 +39,7 @@
</el-col>
<el-col :span="12">
<div class="title">
<span>稳态电能质量水平评估环比变化</span>
<span>稳态电能质量超标占比环比变化</span>
</div>
<div class="pie">
<div style="height: 250px; width: 100%" ref="chartRef"></div>
@@ -57,7 +57,7 @@
<vxe-column sortable field="overRatio" title="超标监测点占比(%)" />
<vxe-colgroup :title="item" v-for="(item, i) in title">
<vxe-column title="监测点数 " field="overNum">
<vxe-column title="监测点数 " field="overNum">
<template #default="scope">
<span>{{ scope.row.list[i].overNum }}</span>
</template>
@@ -111,7 +111,15 @@ const echart = (row: any) => {
let chart = echarts.init(chartRef.value as HTMLDivElement)
let dataname = ['频率偏差', '电压偏差', '电压总谐波畸变率', '三相电压不平衡度', '闪变']
let dataname = [ '频率偏差(Hz)',
'电压偏差(%)',
'电压总谐波畸变率(%)',
'三相电压不平衡度(%)',
'闪变',
'谐波电压(%)',
'谐波电流(%)',
'间谐波电压(%)',
'负序电流(A)']
// let datamax = [100, 100, 100, 100, 100, 100]
let indicator = []
for (let i = 0; i < dataname.length; i++) {
@@ -157,7 +165,7 @@ const echart = (row: any) => {
},
radar: {
center: ['50%', '60%'],
radius: '75%',
radius: '60%',
startAngle: 90,
splitNumber: 5,
splitArea: {