@@ -1792,8 +1792,11 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
tmp.Monitor = cell.ShowValue
}
+ } else {
+ if cell.DataType == request.CustomTextDT {
+ tmp.Monitor = cell.Value
+ }
-
// switch styleConfig.Last {
// case "nt":
// // 先进行数字的百分比计算,然后保留小数点位数