From de3dc3c49950698a2d9172c8416b4ca4e89664c1 Mon Sep 17 00:00:00 2001 From: Tatochen <8083631+chen-ze-kun@user.noreply.gitee.com> Date: Fri, 2 Sep 2022 10:09:10 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/hiprint/hiprint.bundle.js.=20?= =?UTF-8?q?=E5=AF=B9=E5=88=97=E8=A1=A8=E4=B8=AD=E7=9A=84=E8=A1=A8=E5=A4=B4?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E4=BB=A5=E5=8F=8A=E8=A1=A8=E6=A0=BC=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E5=8D=95=E7=8B=AC=E8=BF=9B=E8=A1=8C=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E5=B9=B6=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tatochen <8083631+chen-ze-kun@user.noreply.gitee.com> --- src/hiprint/hiprint.bundle.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index afc983a..12e51cc 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -2170,6 +2170,11 @@ var hiprint = function (t) { } return a; }, TableExcelHelper.createTableRow = function (t, e, n, i) { + var tableBodyRowFontFamily = n.tableBodyRowFontFamily; + var r = $("
"); + if(tableBodyRowFontFamily!=null){ + r = $(""); + } var o = TableExcelHelper.reconsitutionTableColumnTree(t), r = $(""); (e || (e = []), i.groupFields.length) ? _assets_plugins_hinnn__WEBPACK_IMPORTED_MODULE_1__.a.groupBy(e, i.groupFields, function (t) { -- Gitee