Browse Source

格式化之后的值

xyxie 1 năm trước cách đây
mục cha
commit
3f2a746797
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      services/excel/lucky_sheet.go

+ 1 - 1
services/excel/lucky_sheet.go

@@ -1175,7 +1175,7 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq) (sel
 					MergeCell: LuckySheetDataConfigMerge{},
 				}
 				if cell.ShowStyle != "" {
-					tmp.Value = cell.ShowFormatValue
+					tmp.Monitor = cell.ShowFormatValue
 				}
 				dataCol = append(dataCol, tmp)
 			}