测试用例修改
This commit is contained in:
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user