Commit d64eedba by zhaochengxiang

资产隐藏部分功能

parent 1ac2f3f0
......@@ -204,7 +204,7 @@ const AssetDirectory = (props) => {
</Tooltip>
</Paragraph>
<Separate width={10} background='#fff' />
{
{/* {
resourceState && <React.Fragment>
<Paragraph style={{ flex: 1, overflow: 'hidden' }}>
<Tooltip title={resourceState?.relatedAsset}>
......@@ -233,7 +233,7 @@ const AssetDirectory = (props) => {
</Tooltip>
</Paragraph>
</React.Fragment>
}
} */}
</div>
}
</div>
......
......@@ -1020,7 +1020,7 @@ const AssetTable = (props) => {
onDeleteAll={onAssetDeleteModalDeleteAll}
/>
<RcMenu id={MENU_ID}>
{
{/* {
(contextMenuItem.resourceState==='notRelatedAsset') && <RcItem id="uncombed" onClick={handleItemClick}>
转为未梳理
</RcItem>
......@@ -1029,7 +1029,7 @@ const AssetTable = (props) => {
(contextMenuItem.resourceState==='uncombed') && <RcItem id="notRelatedAsset" onClick={handleItemClick}>
转为非资产
</RcItem>
}
} */}
<RcItem id="authorization" onClick={handleItemClick}>
授权
</RcItem>
......
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