管理员弹窗因类型问题警告

This commit is contained in:
Jason 2022-10-13 15:48:05 +08:00
parent a99227d2ef
commit 4c458aeeac
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
value: 'id',
label: 'name',
disabled(data: any) {
return data.isStop
return !!data.isStop
}
}"
check-strictly