核销券前台的修改
This commit is contained in:
parent
f97158e9e7
commit
c40d0dd389
|
|
@ -32,6 +32,7 @@
|
|||
<el-option label="通用券" :value="10" />
|
||||
<el-option label="品类券" :value="11" />
|
||||
<el-option label="跨店券" :value="12" />
|
||||
<el-option label="核销券" :value="13" />
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item label="获取方式:">
|
||||
|
|
@ -113,6 +114,7 @@
|
|||
<span v-if="row.type == 10"> 通用券</span>
|
||||
<span v-if="row.type == 11"> 品类券</span>
|
||||
<span v-if="row.type == 12"> 跨店券</span>
|
||||
<span v-if="row.type == 13"> 核销券</span>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column min-width="200" label="领取日期">
|
||||
|
|
@ -232,6 +234,7 @@
|
|||
<span class="info" v-if="couponDetail.type == 10">通用券</span>
|
||||
<span class="info" v-if="couponDetail.type == 11">品类券</span>
|
||||
<span class="info" v-if="couponDetail.type == 12">跨店券</span>
|
||||
<span class="info" v-if="couponDetail.type == 13">核销券</span>
|
||||
</div>
|
||||
<div class="list sp">
|
||||
<label class="name">优惠券面值:</label>
|
||||
|
|
|
|||
|
|
@ -231,6 +231,7 @@ export default {
|
|||
agentTableFrom: {
|
||||
page: 1,
|
||||
limit: 20,
|
||||
is_invite_supplier: 1,
|
||||
uid: '',
|
||||
contact_name: '',
|
||||
contact_phone: '',
|
||||
|
|
|
|||
Loading…
Reference in New Issue