king
2021-12-30 ee707c99f0b48865795a562ef4ba51810ff45ae9
src/templates/modalconfig/index.jsx
@@ -225,6 +225,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)) {