king
2022-09-16 41308b8a2788df7ed6225414c163f8611c7e8f69
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -25,6 +25,8 @@
  if (type === 'table' || (type === 'card' && subtype === 'datacard')) {
    _options.push({value: 'sequence', text: '序号'})
  } else if (card.eleType === 'sequence') { // 拖拽添加类型转换
    card.eleType = 'text'
  }
  let appMenus = []