Commit 0c4632df by zhaochengxiang

资产浏览隐藏元数据关联属性按钮

parent 0ad2994b
...@@ -570,7 +570,6 @@ const AssetTable = (props) => { ...@@ -570,7 +570,6 @@ const AssetTable = (props) => {
<Button onClick={exportAsset} disabled={(selectedKeys||[]).length===0} >导出</Button> <Button onClick={exportAsset} disabled={(selectedKeys||[]).length===0} >导出</Button>
</Tooltip> </Tooltip>
<Button onClick={onFilterElementClick}>要素过滤</Button> <Button onClick={onFilterElementClick}>要素过滤</Button>
{ readOnly && <Button onClick={onAttributeRelationBtnClick}>元数据属性关联</Button> }
{ {
!readOnly && <Dropdown overlay={moreMenu} trigger={['click']} placement="bottomLeft"> !readOnly && <Dropdown overlay={moreMenu} trigger={['click']} placement="bottomLeft">
<Button>更多<DownOutlined /></Button> <Button>更多<DownOutlined /></Button>
......
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