修改测试bug
This commit is contained in:
@@ -60,7 +60,7 @@ const tableStore: any = new TableStore({
|
||||
},
|
||||
{
|
||||
field: 'featureAmplitude',
|
||||
title: '暂降幅值(%)',
|
||||
title: '暂降(聚升)幅值(%)',
|
||||
minWidth: 100,
|
||||
formatter: (row: any) => {
|
||||
row.cellValue = row.cellValue + '' ? row.cellValue.toFixed(2) : '/'
|
||||
|
||||
Reference in New Issue
Block a user