src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -28,7 +28,7 @@ anchors = MenuUtils.getAnchors(window.GLOB.customMenu.components, cards.uuid) || [] } if (cards.type === 'table' || (cards.type === 'card' && cards.subtype === 'datacard')) { if (cards.type === 'table' || (cards.type === 'card' && cards.subtype !== 'propcard')) { _options.push({value: 'sequence', text: '序号'}) } else if (card.eleType === 'sequence') { // 拖拽添加类型转换 card.eleType = 'text'