src/views/billprint/index.jsx
@@ -395,6 +395,10 @@ } else { item.IsSort = 'false' } if (item.marks && item.marks.length === 0) { item.marks = null } return true }) @@ -614,6 +618,10 @@ if (cell.style.display === 'inline-block') { cell.style.verticalAlign = 'top' } if (cell.marks && cell.marks.length === 0) { cell.marks = null } if (['text', 'number', 'formula'].includes(cell.eleType)) { cell.innerHeight = cell.innerHeight || 'auto'