fix(customer-vue): 장바구니 수정

장바구니 수정
This commit is contained in:
hoon7566
2022-03-23 15:35:30 +09:00
parent dda825ad11
commit c5540d66d2
4 changed files with 46 additions and 8 deletions

View File

@@ -25,7 +25,7 @@
<div class="text-body-1 mb-5" style="white-space:nowrap; overflow:hidden; text-overflow:ellipsis;">
{{ orderItem.orderItemOptionDtoList ?
orderItem.orderItemOptionDtoList.map(x=>x.name).join(', ')
: null}}
: null}} &nbsp;
</div>
<div class="text--primary">
합계 : <b> {{ orderItem.count * orderItem.price | currency}} </b>