src/menu/components/table/normal-table/index.jsx
@@ -331,6 +331,7 @@ updatecolumn = (config) => { config.absFields = [] config.hasExtend = false config.parCtrl = false let mapCol = (cols) => { cols.forEach(col => { if (col.type === 'number') { @@ -339,6 +340,9 @@ } } else if (col.type === 'extend') { config.hasExtend = true if (col.supField) { config.parCtrl = true } } else if (col.type === 'colspan' && col.subcols) { mapCol(col.subcols) }