Commit cfdcdc53 by zhaochengxiang

去掉资产订阅功能

parent f506d195
......@@ -807,14 +807,14 @@ const AssetTable = (props) => {
const moreMenu = (
<Menu>
{
{/* {
(reference!==AssetRecycleReference) &&
<Menu.Item disabled={(checkedKeys||[]).length===0}>
<div className='text-center' onClick={subscriptAsset}>
订阅
</div>
</Menu.Item>
}
} */}
{
(reference===AssetManageReference || reference===AssetRecycleReference) && <React.Fragment>
......
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