Commit 4064ead3 by zhaochengxiang

未梳理数量

parent fcd2e0b5
...@@ -209,7 +209,7 @@ const AssetDirectory = (props) => { ...@@ -209,7 +209,7 @@ const AssetDirectory = (props) => {
<Paragraph style={{ flex: 1, overflow: 'hidden' }}> <Paragraph style={{ flex: 1, overflow: 'hidden' }}>
<Tooltip title={resourceState?.uncombed}> <Tooltip title={resourceState?.uncombed}>
<Text className='title-color' ellipsis={true}> <Text className='title-color' ellipsis={true}>
待整理数量: 未梳理数量:
<Text className='text-color'>{resourceState?.uncombed}</Text> <Text className='text-color'>{resourceState?.uncombed}</Text>
</Text> </Text>
</Tooltip> </Tooltip>
......
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