xyxie 1 年之前
父節點
當前提交
22831e638f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      services/data/excel/mixed_table.go

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

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