管理员弹窗因类型问题警告
This commit is contained in:
parent
a99227d2ef
commit
4c458aeeac
|
|
@ -39,7 +39,7 @@
|
|||
value: 'id',
|
||||
label: 'name',
|
||||
disabled(data: any) {
|
||||
return data.isStop
|
||||
return !!data.isStop
|
||||
}
|
||||
}"
|
||||
check-strictly
|
||||
|
|
|
|||
Loading…
Reference in New Issue