|
@@ -242,7 +242,7 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
}
|
|
}
|
|
}
|
|
}
|
|
cellKeyVal[cell.Uid] = finalVal
|
|
cellKeyVal[cell.Uid] = finalVal
|
|
- cell.ShowValue = utils.FormatTableDataShowValue(dateValList[tmpLenData-1].Value)
|
|
+ cell.ShowValue = utils.FormatTableDataShowValue(finalVal)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -732,7 +732,7 @@ func HandleMixTableDateChange(date, conf string) (newDate string, err error) {
|
|
}
|
|
}
|
|
|
|
|
|
if newDate == "" {
|
|
if newDate == "" {
|
|
- err = fmt.Errorf("日期配置失败: %s", conf)
|
|
+ err = fmt.Errorf("日期为空")
|
|
return
|
|
return
|
|
}
|
|
}
|
|
if len(edbDateConf.DateChange) > 0 {
|
|
if len(edbDateConf.DateChange) > 0 {
|