Commit 25aea624 by zhaochengxiang

bug fix

parent d4c2f828
......@@ -141,9 +141,11 @@ export const ModelNameColumn = (props) => {
}
}}
>
<Typography.Text ellipsis={true}>
<a onClick={()=>{detailItem(record);}}>
{text||''}
</a>
{text||''}
</a>
</Typography.Text>
</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