src/views/billprint/index.jsx
@@ -396,6 +396,10 @@ item.IsSort = 'false' } if (item.marks && item.marks.length === 0) { item.marks = null } return true }) } @@ -615,6 +619,10 @@ 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' cell.alignItems = cell.height > 1 ? cell.alignItems : ''