refactor(contract/export/preview): 优化合同打印导出功能,添加页码和修复样式

1.  移除coilTable的异常行高亮逻辑
2.  修复导航栏告警badge的显示逻辑
3.  为合同导出和预览添加页码标注,调整打印样式
4.  移除冗余的合同打印预览代码
This commit is contained in:
2026-06-10 11:29:41 +08:00
parent cc63aa80b2
commit fd50118161
4 changed files with 51 additions and 196 deletions

View File

@@ -299,9 +299,9 @@ export default {
getRowClassName({ row, rowIndex }) {
const { rows } = this.highlightConfig
if (this.isLengthAbnormal(row) || this.isThicknessAbnormal(row)) {
return 'warning-row'
}
// if (this.isLengthAbnormal(row) || this.isThicknessAbnormal(row)) {
// return 'warning-row'
// }
if (!rows || (Array.isArray(rows) && rows.length === 0)) {
return ''