Commit 556a92f6 by zhaochengxiang

未挂载资产增加批量挂载

parent 5d922629
......@@ -568,6 +568,11 @@ const AssetTable = (props) => {
</Tooltip>
<Button onClick={onFilterElementClick}>要素过滤</Button>
{
(nodeType==='RecycleBin') && <Tooltip title={(selectedKeys||[]).length===0?'请先选择资产':''}>
<Button onClick={onBatchCatalogChangeBtnClick} disabled={(selectedKeys||[]).length===0}>挂载</Button>
</Tooltip>
}
{
(!readOnly&&(nodeType!=='RecycleBin')) && <Dropdown overlay={moreMenu} trigger={['click']} placement="bottomLeft">
<Button>更多<DownOutlined /></Button>
</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