src/templates/sharecomponent/columncomponent/dragcolumn/index.jsx
@@ -100,11 +100,14 @@ // 过滤合并列 let _hideCol = [] if (!showfield) { cards.forEach(col => { if (col.type === 'colspan' && col.sublist) { _hideCol.push(...col.sublist) } }) } cards.forEach(col => { if (_hideCol.includes(col.uuid)) return