fix(代理列表-修改资料): 开关按钮设置undefined 时为关闭

This commit is contained in:
hzj 2025-11-19 10:49:15 +08:00
parent cbe96c7c82
commit 22232def5d

View File

@ -74,8 +74,8 @@
>
<el-switch
v-model="form.setting.hostSalaryToAgent"
:active-value="false"
:inactive-value="true"
:active-value="true"
:inactive-value="false"
/>
</el-form-item>
</div>