feat(代理列表-->修改资料组件): 调整“允许提现”开关的参数
This commit is contained in:
parent
fe2271f63c
commit
ba42b49625
@ -91,9 +91,9 @@
|
||||
</el-form-item>
|
||||
|
||||
<!-- 开关(允许提现) -->
|
||||
<el-form-item prop="setting.withdrawalEnabled" label="允许提现">
|
||||
<el-form-item prop="withdrawalEnabled" label="允许提现">
|
||||
<el-switch
|
||||
v-model="form.setting.withdrawalEnabled"
|
||||
v-model="form.withdrawalEnabled"
|
||||
:active-value="true"
|
||||
:inactive-value="false"
|
||||
/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user