From fd8f3cab78b46ead0f6aad7236164d24604a80dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9D=99=E5=BF=83?= Date: Wed, 8 Feb 2023 09:55:29 +0000 Subject: [PATCH] =?UTF-8?q?getJson=E6=97=B6=E5=AF=BC=E5=87=BAgroup?= =?UTF-8?q?=E5=88=86=E7=BB=84=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 静心 --- src/hiprint/hiprint.bundle.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/hiprint/hiprint.bundle.js b/src/hiprint/hiprint.bundle.js index e5491be..07fa851 100644 --- a/src/hiprint/hiprint.bundle.js +++ b/src/hiprint/hiprint.bundle.js @@ -7498,7 +7498,8 @@ var hiprint = function (t) { ctable = function () { return function (t) { this.title = t.title, this.type = t.type, this.editable = t.editable, this.columnDisplayEditable = t.columnDisplayEditable, this.columnDisplayIndexEditable = t.columnDisplayIndexEditable, this.columnTitleEditable = t.columnTitleEditable, this.columnResizable = t.columnResizable, this.columnAlignEditable = t.columnAlignEditable, - this.isEnableEditField = t.isEnableEditField, this.isEnableContextMenu = t.isEnableContextMenu, this.isEnableInsertRow = t.isEnableInsertRow, this.isEnableDeleteRow = t.isEnableDeleteRow, this.isEnableInsertColumn = t.isEnableInsertColumn, this.isEnableDeleteColumn = t.isEnableDeleteColumn, this.isEnableMergeCell = t.isEnableMergeCell; + this.isEnableEditField = t.isEnableEditField, this.isEnableContextMenu = t.isEnableContextMenu, this.isEnableInsertRow = t.isEnableInsertRow, this.isEnableDeleteRow = t.isEnableDeleteRow, this.isEnableInsertColumn = t.isEnableInsertColumn, this.isEnableDeleteColumn = t.isEnableDeleteColumn, this.isEnableMergeCell = t.isEnableMergeCell, + this.groupFields = t.groupFields,this.groupFormatter = t.groupFormatter,this.groupFooterFormatter = t.groupFooterFormatter; }; }(), h = function () { @@ -7541,7 +7542,10 @@ var hiprint = function (t) { isEnableDeleteRow: this.isEnableDeleteRow, isEnableInsertColumn: this.isEnableInsertColumn, isEnableDeleteColumn: this.isEnableDeleteColumn, - isEnableMergeCell: this.isEnableMergeCell + isEnableMergeCell: this.isEnableMergeCell, + groupFields: this.groupFields, + groupFormatter: this.groupFormatter, + groupFooterFormatter: this.groupFooterFormatter }); } return new c({ -- Gitee