src/menu/modalconfig/index.jsx
@@ -144,6 +144,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 // 选项卡多选 if (item.field && !uniq.has(item.field)) {