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
 		}