Commit 98764dcc by zhaochengxiang

屏蔽未挂载资产的更多

parent 79652987
...@@ -568,7 +568,7 @@ const AssetTable = (props) => { ...@@ -568,7 +568,7 @@ const AssetTable = (props) => {
</Tooltip> </Tooltip>
<Button onClick={onFilterElementClick}>要素过滤</Button> <Button onClick={onFilterElementClick}>要素过滤</Button>
{ {
!readOnly && <Dropdown overlay={moreMenu} trigger={['click']} placement="bottomLeft"> (!readOnly&&(nodeType!=='RecycleBin')) && <Dropdown overlay={moreMenu} trigger={['click']} placement="bottomLeft">
<Button>更多<DownOutlined /></Button> <Button>更多<DownOutlined /></Button>
</Dropdown> </Dropdown>
} }
......
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