表格标题调整

This commit is contained in:
2025-05-13 15:22:05 +08:00
parent 60cdff21b6
commit 363c05639b
5 changed files with 29 additions and 30 deletions

View File

@@ -77,7 +77,7 @@ const tableStore = new TableStore({
{ field: 'harmVolOverDay', title: '谐波电压超标天数', minWidth: "180px", },
{ field: 'harmCurOverDay', title: '谐波电流超标天数', minWidth: "180px", },
{
title: '各次谐波电压含有率(%)',
title: '各次谐波电压含有率超标天数',
children: [
{ field: 'overVolThreeTimes', title: '3次', minWidth: "80px", },
{ field: 'overVolFiveTimes', title: '5次', minWidth: "80px", },
@@ -91,7 +91,7 @@ const tableStore = new TableStore({
],
},
{
title: '各次谐波电流幅值(A)',
title: '各次谐波电流幅值超标天数',
children: [
{ field: 'overCurThreeTimes', title: '3次', minWidth: "80px", },
{ field: 'overCurFiveTimes', title: '5次', minWidth: "80px", },