Commit dd7135b0 by zhaochengxiang

自定义去掉统计

parent 5768dd4c
...@@ -724,8 +724,7 @@ const AssetTree = (props) => { ...@@ -724,8 +724,7 @@ const AssetTree = (props) => {
> >
{item.text} {item.text}
{ {
//自定义类型栏目不统计资产数 (item.resourceType!=='custom') && <span>{` (${item.dataAssetAndSubDirCount})`}</span>
(item.level!==1||(item.level===1&&item.resourceType!=='custom')) && <span>{` (${item.dataAssetAndSubDirCount})`}</span>
} }
</span> </span>
); );
......
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