取值字段修改

This commit is contained in:
stt
2025-11-20 10:59:30 +08:00
parent 36e182a99a
commit da7cb2cb90
3 changed files with 20 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<template>
<el-dialog draggable title="谐波电压/电流含有率" v-model="dialogVisible" append-to-body width="70%">
<el-dialog draggable title="趋势图" v-model="dialogVisible" append-to-body width="70%">
<!-- 总体指标占比详情谐波含有率 -->
<div>
<TableHeader ref="tableHeaderRef" :showSearch="false" @selectChange="selectChange">

View File

@@ -111,7 +111,7 @@ const tableStore: any = new TableStore({
},
{
title: '电压偏差越限(%)',
field: 'uaberranceOvertime',
field: 'voltageDevOvertime',
width: '100',
render: 'customTemplate',
customTemplate: (row: any) => {