src/tabviews/zshare/normalTable/index.jsx @@ -216,7 +216,11 @@ } } _columns.push(cell) if (item.type === 'action' && item.position === 'left') { _columns.unshift(cell) } else { _columns.push(cell) } }) if (rowspans.length === 0) {