新增劵活动的优惠券回显

This commit is contained in:
lemon橪
2021-06-17 10:42:10 +08:00
parent 44da0ec700
commit 63e5808a6b
3 changed files with 61 additions and 24 deletions

View File

@@ -62,7 +62,7 @@
</Form>
</Card>
<Modal @on-ok="()=>{this.showCouponSelect = false}" @on-cancel="()=>{this.showCouponSelect = false}" v-model="showCouponSelect" width="80%">
<couponTemplate :checked="true" v-if="showCouponSelect" :selectedList="selectCouponList" getType="ACTIVITY" @selected="selectedCoupon" />
<couponTemplate :checked="true" :selectedList="selectCouponList" getType="ACTIVITY" @selected="selectedCoupon" />
</Modal>
<Modal width="1200" v-model="checkUserList">