feat: add basic order-list
This commit is contained in:
parent
da41ed3651
commit
b446629707
5 changed files with 30 additions and 1 deletions
|
|
@ -185,7 +185,13 @@
|
|||
</div>
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="orders">
|
||||
<div v-if="stall"></div>
|
||||
<div v-if="stall">
|
||||
<order-list
|
||||
:adminkey="adminkey"
|
||||
:inkey="inkey"
|
||||
:wallet-options="walletOptions"
|
||||
></order-list>
|
||||
</div>
|
||||
</q-tab-panel>
|
||||
</q-tab-panels>
|
||||
<q-dialog v-model="productDialog.showDialog" position="top">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue