diff --git a/packages/conv/creditScore/scoreSupermarket/components/addOrder.vue b/packages/conv/creditScore/scoreSupermarket/components/addOrder.vue index c314f437..80d63c6c 100644 --- a/packages/conv/creditScore/scoreSupermarket/components/addOrder.vue +++ b/packages/conv/creditScore/scoreSupermarket/components/addOrder.vue @@ -9,45 +9,47 @@ @@ -149,33 +151,33 @@ {{ detailInfo.shopName }} - {{ dict.getLabel("integralOrderStatus", detailInfo.orderStatus)}} + {{ dict.getLabel("integralOrderStatus", detailInfo.orderStatus) }} + :tableData="detailInfo.merchandiseList" + :col-configs="colConfigs" + :isShowPagination="false"> + label="商品图" + slot="photo" + align="center" + width="150"> + label="兑换数量" + width="200" + slot="merchandiseNumber" + align="center"> @@ -227,47 +229,34 @@ + title="选择商品" + :visible.sync="showGoods" + :customFooter="true" + :destroyOnClose="true" + class="goods" + @close="init" + border + width="780px">
商品列表
- +