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 }">