xyxie il y a 1 an
Parent
commit
13a6251cca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      services/data/table/mixed_table.go

+ 1 - 1
services/data/table/mixed_table.go

@@ -1200,7 +1200,7 @@ func handleMixCellShowStyle(showStyleList []string, calculateCellMap map[string]
 				val = changePointDecimalPlaces(val, styleConf.Pn, styleConf.Nt, isPercent)
 				cell.ShowFormatValue = val
 			} else {
-				cell.ShowFormatValue = val
+				cell.ShowFormatValue = cell.ShowValue
 			}
 			config[cellPosition.Column][cellPosition.Row] = cell
 		}