feat(代理列表-->修改资料组件): 调整“允许提现”开关的参数

This commit is contained in:
hzj 2026-03-20 17:07:39 +08:00
parent fe2271f63c
commit ba42b49625

View File

@ -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"
/>