|
|
|
@ -99,10 +99,10 @@ |
|
|
|
|
<el-button type="primary" link |
|
|
|
|
@click="onSelectCoupon1">选择商品券 |
|
|
|
|
</el-button> |
|
|
|
|
<!-- <template v-if="form.model.coupon_rules.programme_1.length > 0">--> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item> |
|
|
|
|
<div class="sa-template-wrap"> |
|
|
|
|
<template> |
|
|
|
|
<template v-if="form.model.coupon_rules.programme_1.length > 0"> |
|
|
|
|
<div class="header sa-flex"> |
|
|
|
|
<div class="key">券名称</div> |
|
|
|
|
<div class="oper">操作</div> |
|
|
|
@ -119,15 +119,17 @@ |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<el-form-item label="方案二" prop="coupon_rules.programme_2"> |
|
|
|
|
<el-button type="primary" link |
|
|
|
|
@click="onSelectCoupon2">选择商品券 |
|
|
|
|
</el-button> |
|
|
|
|
<!-- <template v-if="form.model.coupon_rules.programme_2.length > 0">--> |
|
|
|
|
</el-form-item> |
|
|
|
|
<el-form-item> |
|
|
|
|
<div class="sa-template-wrap"> |
|
|
|
|
<template> |
|
|
|
|
<template v-if="form.model.coupon_rules.programme_2.length > 0"> |
|
|
|
|
<div class="header sa-flex"> |
|
|
|
|
<div class="key">券名称</div> |
|
|
|
|
<div class="oper">操作</div> |
|
|
|
@ -144,6 +146,8 @@ |
|
|
|
|
</div> |
|
|
|
|
</template> |
|
|
|
|
</div> |
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <el-form-item label="一级(自购)佣金比例" prop="commission_rules.commission_1"--> |
|
|
|
|
<!-- :rules="form.rules.commission_rules.commission">--> |
|
|
|
|