feat: orders polish
This commit is contained in:
parent
31ef362d34
commit
84807367c3
1 changed files with 3 additions and 4 deletions
|
|
@ -29,10 +29,9 @@
|
|||
|
||||
<q-separator />
|
||||
|
||||
<q-card-section>
|
||||
|
||||
|
||||
<q-card-section class="col-12">
|
||||
<q-list class="q-mt-md">
|
||||
<q-list>
|
||||
<div v-for="order in merchant.orders" :key="order.id" class="q-mb-md">
|
||||
<q-expansion-item dense expand-separator>
|
||||
|
||||
|
|
@ -120,7 +119,7 @@
|
|||
</div>
|
||||
</q-list>
|
||||
</q-card-section>
|
||||
</q-card-section>
|
||||
|
||||
|
||||
</q-card>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue