Commit 2dfa6129 authored by Mac's avatar Mac

1

parent 1f9a6379
......@@ -2,9 +2,9 @@
<div class="addedautorelease">
<div class="form-box" style="margin-top: 0">
<div>
<span style="color: rgb(64, 158, 255);cursor: pointer;margin-left: 20px" @click="cancel">自动发放优惠</span>
<span style="color: rgb(64, 158, 255);cursor: pointer;margin-left: 20px" @click="cancel">自动发放课程卡</span>
<span style="margin: 0 5px;color: #C0C4CC;">/</span>
<span>自动发放优惠券编辑</span>
<span>自动发放课程卡券编辑</span>
</div>
</div>
<div class="el-card__body" style="background-color: white; padding: 15px 50% 15px 0 ;margin-top: 20px">
......@@ -20,7 +20,7 @@
</el-select>
</el-form-item>
<el-form-item label="发放的优惠券" class="is-required" style="width: 50%">
<el-form-item label="发放的课程卡券" class="is-required" style="width: 50%">
<el-select v-model="msg.DiscountCouponId" placeholder="请选择">
<el-option
v-for="item in options2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment