Преглед на файлове

Merge branch 'feature/eta1.5.6_excel' into debug

xyxie преди 1 година
родител
ревизия
fd29865bca
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      services/data/excel/mixed_table.go

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

@@ -1215,7 +1215,7 @@ func handleMixCellShowStyle(showStyleList []string, calculateCellMap map[string]
 				val = changePointDecimalPlaces(cell.ShowValue, styleConf.Pn)
 			}
 			if styleConf.Nt == "percent" {
-				val = changeToPercent(cell.ShowValue)
+				val = changeToPercent(val)
 			}
 			cell.ShowFormatValue = val
 			config[cellPosition.Column][cellPosition.Row] = cell