src/tabviews/basetable/index.jsx
@@ -397,7 +397,7 @@ cell = this.getPrinter(cell, item.uuid) } return skip || permAction[cell.uuid] return skip || permAction[cell.uuid] || cell.permission === 'false' } else if (['text', 'number', 'formula'].includes(cell.eleType)) { if (!cell.height) { cell.innerHeight = 'auto' @@ -464,7 +464,7 @@ cell = this.getPrinter(cell, item.uuid) } return skip || permAction[cell.uuid] return skip || permAction[cell.uuid] || cell.permission === 'false' }) }