From fca8ac3bc450aa679bd5f51cb96f038ab4e22f6d Mon Sep 17 00:00:00 2001 From: xielue Date: Thu, 27 Jul 2023 21:29:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/mk/index.js | 2 +- .../BathroomQuotation/Edit.vue | 28 +++++++++++-------- .../BathroomQuotation/drawer.vue | 26 ++++++++++------- 3 files changed, 34 insertions(+), 22 deletions(-) diff --git a/src/application/mk/index.js b/src/application/mk/index.js index e311fa2..811ac4a 100644 --- a/src/application/mk/index.js +++ b/src/application/mk/index.js @@ -129,7 +129,7 @@ VXETable.formats.mixin({ if (!column.params) return ''; for (let i = 0; i < column.params.length; i++) { if (column.params[i].value == cellValue) { - return '' + column.params[i].label + ''; + return '' + column.params[i].label + ''; } } return ''; diff --git a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue index 37639f9..ace69bb 100644 --- a/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue +++ b/src/pages/Middle/bathroom/BathroomQuotation/BathroomQuotation/Edit.vue @@ -399,7 +399,7 @@ isEnter: false, isTab: true, isEdit: true, isChecked: true }" :mouse-config="{ selected: true }" @pulldownSelected="material_onPulldownSelected" @popupSelected="material_onPopupSelected" :export-config="{}" @edit-closed="material_afterEditEvent" - show-footer :footer-method="material_footerMethod" :footer-cell-class-name="material_footerCellClassName" + :footer-cell-class-name="material_footerCellClassName" :edit-config="{ trigger: 'click', mode: 'cell', icon: 'vxe-icon-edit', showStatus: false, beforeEditMethod: material_beforeEditMethod }">