zhou zhou
7 天以前 029559f7cedded183bd1fbd09a5ebb576a9fa21d
rsf-design/src/views/basic-info/wh-mat/matnrPrintTemplate.helpers.js
@@ -473,6 +473,10 @@
    }
    normalized.columns = normalizeTableColumns(element?.columns, normalized.w)
    normalized.rows = normalizeTableRows(element?.rows)
    normalized.w = Math.max(
      normalizeNumber(normalized.w, 0),
      normalized.columns.reduce((total, column) => total + normalizeNumber(column?.width, 0), 0)
    )
    normalized.h = Math.max(
      normalizeNumber(normalized.h, 0),
      normalized.rows.reduce((total, row) => total + normalizeNumber(row?.height, 0), 0)