修改 冀北现场问题

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

@@ -1,11 +1,11 @@
<!-- 稳态 -->
<template>
<!-- 终端 -->
<el-dialog draggable title="稳态指标超标占比统计" v-model="dialogVisible" width="800">
<el-dialog draggable title="稳态指标超标水平评估统计" v-model="dialogVisible" width="800">
<el-row style="height: 330px" :gutter="20">
<el-col :span="23">
<div class="title">
<span>稳态指标超标占比</span>
<span>稳态指标超标水平评估统计</span>
</div>
<div class="boxSteps">
<el-steps>
@@ -80,7 +80,7 @@ const tableData: any = ref([])
const echart = (row: any) => {
let chart = echarts.init(chartRef.value as HTMLDivElement)
let dataname = ['频率偏差', '电压偏差', '电压总谐波畸变率', '三相电压不平衡度', '闪变']
let dataname = ['频率偏差(Hz)', '电压偏差(%)', '电压总谐波畸变率(%)', '三相电压不平衡度(%)', '闪变']
let datamax = [100, 100, 100, 100, 100, 100]
let indicator = []
for (let i = 0; i < dataname.length; i++) {