|
@@ -188,6 +188,12 @@ func GetMixedTableCellData(mixedTableReq request.MixedTableReq) (newMixedTableCe
|
|
cell.ShowValue = fmt.Sprint(val)
|
|
cell.ShowValue = fmt.Sprint(val)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ calculateCellMap[cell.Uid] = Cell{
|
|
|
|
+ Column: k,
|
|
|
|
+ Row: i,
|
|
|
|
+ CellInfo: cell,
|
|
|
|
+ }
|
|
case request.CustomTextDT: //自定义文本
|
|
case request.CustomTextDT: //自定义文本
|
|
if cell.Value == `` {
|
|
if cell.Value == `` {
|
|
continue
|
|
continue
|