Browse Source

表格显示bug

xyxie 1 year ago
parent
commit
e9650033e6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/data/excel/mixed_table.go

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

@@ -242,7 +242,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
 									}
 								}
 								cellKeyVal[cell.Uid] = finalVal
-								cell.ShowValue = utils.FormatTableDataShowValue(dateValList[tmpLenData-1].Value)
+								cell.ShowValue = utils.FormatTableDataShowValue(finalVal)
 							}
 						}
 					} else {