|
@@ -33,9 +33,9 @@
|
|
|
<el-form-item label="充值到账比例:" prop="proportion">
|
|
|
<el-input
|
|
|
v-model.trim="form.proportion"
|
|
|
- placeholder="请输入充值到账比例"
|
|
|
+ placeholder="充值到账比例"
|
|
|
clearable
|
|
|
- :readonly=true
|
|
|
+ :disabled="true"
|
|
|
/>
|
|
|
</el-form-item>
|
|
|
|
|
@@ -97,9 +97,9 @@ export default {
|
|
|
money: [
|
|
|
{ required: true, message: "充值金额不能为空", trigger: "blur" },
|
|
|
],
|
|
|
- proportion: [
|
|
|
- { required: true, message: "充值到账比例不能为空,请返回页面绑定比例关系", trigger: "blur" }
|
|
|
- ],
|
|
|
+ // proportion: [
|
|
|
+ // { required: true, message: "充值到账比例不能为空,请返回页面绑定比例关系", trigger: "blur" }
|
|
|
+ // ],
|
|
|
payType: [
|
|
|
{ required: true, message: "请选择支付方式", trigger: "blur" }
|
|
|
],
|