Commit 5d9edbec by zhaochengxiang

详情跳转

parent dcd9cfcc
......@@ -3,6 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/pro-table": "^2.45.0",
"@antv/g2": "^4.1.12",
"@antv/g6": "^4.2.1",
"@craco/craco": "^6.1.2",
......
......@@ -51,7 +51,7 @@ const ModelTable = (props) => {
render: (text, record, _) => {
return (
<Tooltip title={text||''}>
<a href='' onClick={()=>{detailItem(record);}}>
<a onClick={()=>{detailItem(record);}}>
{text||''}
</a>
</Tooltip>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment