Commit 4de879ce by zhaochengxiang

资源统计

parent 76541f33
...@@ -187,7 +187,7 @@ const AssetDirectory = (props) => { ...@@ -187,7 +187,7 @@ const AssetDirectory = (props) => {
</React.Fragment> </React.Fragment>
} }
{ {
(reference===ResourceBrowseReference) && <React.Fragment> (reference===ResourceBrowseReference || resourceState) && <React.Fragment>
<Paragraph style={{ flex: 1, overflow: 'hidden' }}> <Paragraph style={{ flex: 1, overflow: 'hidden' }}>
<Tooltip title={resourceState?.relatedAsset}> <Tooltip title={resourceState?.relatedAsset}>
<Text className='title-color' ellipsis={true}> <Text className='title-color' ellipsis={true}>
......
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