联调二级评估 参数字典维护页面

This commit is contained in:
guanj
2025-06-13 15:06:54 +08:00
parent 3451759e48
commit e9ecd876cb
21 changed files with 1523 additions and 531 deletions

View File

@@ -76,7 +76,7 @@ const tableStore = new TableStore({
{
field: 'devCapacity',
title: '供电终端容量(MVA )',
minWidth: 150
minWidth: 160
},
{
field: 'dealCapacity',
@@ -104,12 +104,12 @@ const tableStore = new TableStore({
{
field: 'voltageDev',
title: '电压偏差上限(%)',
minWidth: 120
minWidth: 140
},
{
field: 'uvoltageDev',
title: '电压偏差下限(%)',
minWidth: 120
minWidth: 140
},