Commit 1741818c by 和金晶

资产浏览目录树添加数量

parent 186214cc
......@@ -489,6 +489,7 @@ const AssetTree = (props) => {
className={(item.level===1)?'title-color': 'text-color'}
>
{item.text}
{` (${item.dataAssetAndSubDirCount})`}
</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