添加模式的序号显示
This commit is contained in:
parent
e6b3d7ce94
commit
a07f7e29b7
|
@ -23,7 +23,10 @@
|
|||
</q-item-section>
|
||||
<q-item-section>
|
||||
<div class="text-weight-bold text-primary">
|
||||
{{ prop.node.name }}
|
||||
<span v-if="prop.node.item_data"
|
||||
>({{ prop.node.item_data?.number }})
|
||||
</span>
|
||||
{{ prop.node.name }}
|
||||
</div>
|
||||
</q-item-section>
|
||||
<q-popup-proxy context-menu>
|
||||
|
|
Loading…
Reference in New Issue