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
 		}