src/menu/components/form/normal-form/index.jsx
@@ -59,7 +59,6 @@ let _card = { uuid: card.uuid, type: card.type, floor: card.floor, tabId: card.tabId || '', parentId: card.parentId || '', format: 'object', // 组件属性 - 数据格式 @@ -472,6 +471,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 // 选项卡多选