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