如何解决当switch开关的绑定的是number值而非布尔值
<el-switch
v-model="scope.row.signIn"
:active-value="1"
:inactive-value="0"
class="ml-2"
style="--el-switch-on-color: #409eff"
@change="sign('signIn',scope.row)"
/>