修改治理测试反馈问题

This commit is contained in:
GGJ
2025-01-07 16:33:37 +08:00
parent 51782b09c2
commit fbd26bc15b
3 changed files with 14 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ const tableStore: any = new TableStore({
{
field: 'featureAmplitude',
title: '暂降(聚升)幅值(%)',
minWidth: 100,
width: 100,
formatter: (row: any) => {
row.cellValue = row.cellValue + '' ? row.cellValue.toFixed(2) : '/'
if (String(row.cellValue).split('.')[1] == '00') {