修复模式目录名前面会显示一对括号的BUG

This commit is contained in:
fangxiang 2022-02-14 10:54:45 +08:00
parent 9d77cf2351
commit 2c03e2ee6d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
</q-item-section>
<q-item-section>
<div class="text-weight-bold text-primary">
<span v-if="prop.node.item_data"
<span v-if="prop.node.item_data && !prop.node.is_group"
>({{ prop.node.item_data?.number }})
</span>
&nbsp;&nbsp;{{ prop.node.name }}