|
@@ -1290,6 +1290,11 @@ func GetTableDataByMixedTableData(config [][]request.MixedTableCellDataReq, hide
|
|
// tmp.Monitor = fmt.Sprintf("%g", rounded)
|
|
// tmp.Monitor = fmt.Sprintf("%g", rounded)
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
|
|
+ } else {
|
|
|
|
+ if cell.DataType == request.CustomTextDT {
|
|
|
|
+ tmp.Monitor = cell.Value
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
dataCol = append(dataCol, tmp)
|
|
dataCol = append(dataCol, tmp)
|