src/menu/components/form/normal-form/index.jsx
@@ -472,6 +472,13 @@ _tabIndex++ } } if (item.type === 'switch') { _linksupFields.push({ field: item.field, label: _linkIndex + '、' + item.label }) } if (!['select', 'link', 'radio', 'checkcard'].includes(item.type)) return if (item.type === 'checkcard' && item.multiple === 'true') return // 选项卡多选