|
|
|
|
@ -69,15 +69,15 @@ const columns: TableColumnProps[] = [
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
title: '操作',
|
|
|
|
|
dataIndex: '',
|
|
|
|
|
render: (col, record, index) => (
|
|
|
|
|
<span>
|
|
|
|
|
<IconEye style={{ fontSize: '26px', cursor: 'pointer' }} onClick={() => checkInstance(record)} />
|
|
|
|
|
</span>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
// {
|
|
|
|
|
// title: '操作',
|
|
|
|
|
// dataIndex: '',
|
|
|
|
|
// render: (col, record, index) => (
|
|
|
|
|
// <span>
|
|
|
|
|
// <IconEye style={{ fontSize: '26px', cursor: 'pointer' }} onClick={() => checkInstance(record)} />
|
|
|
|
|
// </span>
|
|
|
|
|
// )
|
|
|
|
|
// }
|
|
|
|
|
];
|
|
|
|
|
|
|
|
|
|
function checkInstance(instance) {
|
|
|
|
|
|