Commit ec24596e by zhaochengxiang

增加提示

parent 4626be5b
......@@ -282,6 +282,8 @@ const AssetTable = (props) => {
} else if (name === '资产路径') {
params.render = (text, record) => {
return (
<Tooltip title={text||''}>
<Text ellipsis={true}>
<a onClick={()=>{
let event = new Event('storage');
event.key = 'assetDirChange';
......@@ -290,6 +292,8 @@ const AssetTable = (props) => {
}}>
{text||''}
</a>
</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