限制退款
This commit is contained in:
parent
2f63704062
commit
89afc5697b
|
@ -256,6 +256,12 @@
|
|||
<form-col :span="16" label="限制原因" prop="limitWithdraw">
|
||||
<el-input v-model="form.limitWithdrawReason" type="textarea" placeholder="请输入限制提现的原因(展示给用户查看)" show-word-limit maxlength="200"/>
|
||||
</form-col>
|
||||
<form-col :span="8" label="限制退款" prop="limitRefund">
|
||||
<el-switch v-model="form.limitRefund" active-text="限制" inactive-text="不限制"/>
|
||||
</form-col>
|
||||
<form-col :span="16" label="限制原因" prop="limitRefundReason">
|
||||
<el-input v-model="form.limitRefundReason" type="textarea" placeholder="请输入限制退款的原因(展示给用户查看)" show-word-limit maxlength="200"/>
|
||||
</form-col>
|
||||
<form-col :span="span" label="是否设备管理员" prop="deviceAdmin" label-width="9em">
|
||||
<el-switch v-model="form.deviceAdmin" active-text="是" inactive-text="否" @change="onChangeDeviceAdmin"/>
|
||||
</form-col>
|
||||
|
@ -373,10 +379,6 @@ export default {
|
|||
required: true,
|
||||
message: '请输入手机号',
|
||||
trigger: 'blur'
|
||||
}, {
|
||||
pattern: /^1(3|4|5|7|8|9)\d{9}$/,
|
||||
message: '手机号格式错误',
|
||||
trigger: 'blur'
|
||||
}],
|
||||
address: [],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user