king
2022-09-15 20fda7434c88eae3237399a008f6ae0db50d0eab
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 = []