Commit 5d9edbec by zhaochengxiang

详情跳转

parent dcd9cfcc
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@ant-design/pro-table": "^2.45.0",
"@antv/g2": "^4.1.12", "@antv/g2": "^4.1.12",
"@antv/g6": "^4.2.1", "@antv/g6": "^4.2.1",
"@craco/craco": "^6.1.2", "@craco/craco": "^6.1.2",
......
...@@ -51,7 +51,7 @@ const ModelTable = (props) => { ...@@ -51,7 +51,7 @@ const ModelTable = (props) => {
render: (text, record, _) => { render: (text, record, _) => {
return ( return (
<Tooltip title={text||''}> <Tooltip title={text||''}>
<a href='' onClick={()=>{detailItem(record);}}> <a onClick={()=>{detailItem(record);}}>
{text||''} {text||''}
</a> </a>
</Tooltip> </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