Explorar o código

格式化之后的值

xyxie hai 1 ano
pai
achega
3f2a746797
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
 			}