添加模式的序号显示

This commit is contained in:
fangxiang 2021-09-09 17:27:20 +08:00
parent e6b3d7ce94
commit a07f7e29b7
1 changed files with 4 additions and 1 deletions

View File

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