fix(代理列表-修改资料): 开关按钮设置undefined 时为关闭
This commit is contained in:
parent
cbe96c7c82
commit
22232def5d
@ -74,8 +74,8 @@
|
|||||||
>
|
>
|
||||||
<el-switch
|
<el-switch
|
||||||
v-model="form.setting.hostSalaryToAgent"
|
v-model="form.setting.hostSalaryToAgent"
|
||||||
:active-value="false"
|
:active-value="true"
|
||||||
:inactive-value="true"
|
:inactive-value="false"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user