|
|
|
@ -43,6 +43,7 @@ class SelectTable extends Component {
|
|
|
|
|
</tr>
|
|
|
|
|
{ tableData.map((item, rowIndex) => {
|
|
|
|
|
const cells = item.map((cell, colIndex) => {
|
|
|
|
|
// placement="bottom"
|
|
|
|
|
if(colIndex == 0) return <Tooltip title={cell}>
|
|
|
|
|
<td >指标点{rowIndex + 1}</td>
|
|
|
|
|
</Tooltip>
|
|
|
|
|