测试用例修改

This commit is contained in:
sjl
2025-07-24 09:31:47 +08:00
parent 2200494765
commit 40564ee283
16 changed files with 47 additions and 18 deletions

View File

@@ -67,7 +67,11 @@ const tableStore = new TableStore({
{ field: 'scale', title: '监测点电压等级', minWidth: 120 },
{ field: 'loadType', title: '干扰源类型', minWidth: 120 },
{ field: 'objName', title: '监测对象名称', minWidth: 180 },
{ field: 'objName', title: '监测对象名称', minWidth: 180 ,
formatter: (row: any) => {
return row.objName ? row.objName : '/'
}
},
{
field: 'shortCapacity',
title: '最小短路容量(MVA)',