|
@@ -1231,7 +1231,7 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
|
|
|
hasPercent = true
|
|
|
}
|
|
|
if styleConfig.Decimal != nil {
|
|
|
- tmp.Monitor = roundNumber(cell.Value, *styleConfig.Decimal, hasPercent)
|
|
|
+ tmp.Monitor = roundNumber(cell.ShowValue, *styleConfig.Decimal, hasPercent)
|
|
|
} else {
|
|
|
if hasPercent {
|
|
|
tmpValue = tmpValue * 100
|