Commit 9f92b3af by crushh

Merge branch 'feature/520迭代' into master

parents 23c09fac 7d745ec0
......@@ -195,7 +195,7 @@
<div>
<span class="fz14 gray" v-if="!consumeChecked.payment">任意支付方式</span>
<div class="sysp__content clearfix" v-else>
<el-radio-group v-model="paymentFlag" @change="radioChange" v-if="gicList.length" :disabled="!isAdd">
<el-radio-group v-model="paymentFlag" @change="radioChange" :disabled="!isAdd">
<el-radio :label="1">包含</el-radio>
<el-radio :label="2">剔除</el-radio>
</el-radio-group>
......
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