修复模式目录名前面会显示一对括号的BUG
This commit is contained in:
parent
9d77cf2351
commit
2c03e2ee6d
|
@ -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>
|
||||
{{ prop.node.name }}
|
||||
|
|
Loading…
Reference in New Issue