|
@@ -106,7 +106,7 @@
|
|
|
<div>
|
|
|
<div v-for="orderDish in row.orderDishes" :key="orderDish.id">
|
|
|
{{ orderDish.name }}<span style="margin: 0 15px 0 15px;">x</span>{{orderDish.number}}
|
|
|
- <div v-if="orderDish.specsList && orderDish.specsList.length">
|
|
|
+ <div v-if="orderDish.specsList && orderDish.specsList.length > 0">
|
|
|
<div v-for="spec in orderDish.specsList" :key="spec.id" class="refund-info" style="margin-left: 20px;margin-top: 0;">
|
|
|
- {{ spec.name }}: {{ spec.value }}
|
|
|
</div>
|