|
@@ -151,6 +151,10 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
|
cell.ShowValue = edbInfo.EdbName
|
|
|
}
|
|
|
case request.InsertDataDT, request.PopInsertDataDT:
|
|
|
+
|
|
|
+ cell.ShowValue = ``
|
|
|
+
|
|
|
+
|
|
|
|
|
|
if relationConf, ok := cellRelationConfMap[cell.Uid]; ok {
|
|
|
if relationConf.RelationDate.Key == `` {
|
|
@@ -164,10 +168,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
|
continue
|
|
|
}
|
|
|
|
|
|
-
|
|
|
- cell.ShowValue = ``
|
|
|
- cell.Value = ``
|
|
|
-
|
|
|
+
|
|
|
tmpDateValMap := make(map[string]float64)
|
|
|
|
|
|
if dateValMap, ok := edbDayDataListMap[cell.EdbInfoId]; ok {
|