Commit a164be0c authored by houjn@hikoon.cn's avatar houjn@hikoon.cn
parents f83c85c0 a1d0a1f4
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
{{$t('价格设置')}} {{$t('价格设置')}}
<span> <span>
<!-- <el-checkbox label="" @change="form.needPay=$event ? 1 : 0">{{$t('预付')}}</el-checkbox> --> <!-- <el-checkbox label="" @change="form.needPay=$event ? 1 : 0">{{$t('预付')}}</el-checkbox> -->
<el-checkbox label="" @change="form.stepPrice=$event ? 1 : 0">{{$t('阶梯订单')}}</el-checkbox> <el-checkbox label="" @change="form.stepPrice=$event ? 1 : 0">{{$t('阶梯价格')}}</el-checkbox>
</span> </span>
</div> </div>
<el-form-item :label="$t('预付')" prop="needPay" > <el-form-item :label="$t('预付')" prop="needPay" >
......
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