king
2021-12-30 ee707c99f0b48865795a562ef4ba51810ff45ae9
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 // 选项卡多选