From e31aa2d0259ce1f37f8bd8134cb2e292faa39d7f Mon Sep 17 00:00:00 2001 From: danshihao Date: Wed, 20 Dec 2023 10:33:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=81=E6=A0=87=E7=A8=BD=E6=9F=A5?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InspectionProcessContent.vue | 5 ++--- .../modules/InspectionProcessContentModal.vue | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue index f19d5750..0420611a 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContent.vue @@ -21,7 +21,7 @@ rowKey="id" :loading="loading" :row-selection="null" - :pagination="false" + :pagination="ipagination" :scroll="{x: '100%'}" @change="tableOnChange"> @@ -61,7 +61,7 @@ export default { title: this.$t('workCenter.esInspectionProcess.accordingToTerms'), align: 'center', width: 140, - dataIndex: 'standardNo', + dataIndex: 'clause', scopedSlots: { customRender: 'text' } }, { // 标准内容或要求 @@ -122,7 +122,6 @@ export default { this.orderBy = sorter.order === 'ascend' ? '1' : '2' this.orderByField = sorter.columnKey this.ipagination = pagination - this.getTableList() }, handleAdd () { this.$refs.inspectionProcessContentModal.title = this.$t('add') + this.$t('workCenter.esInspectionProcess.opinion') diff --git a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue index e3cbfd8d..e221e927 100644 --- a/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue +++ b/src/views/workCenter/enterpriseStandardInspectionProcess/modules/InspectionProcessContentModal.vue @@ -22,7 +22,7 @@ + v-decorator.trim="[ 'clause', validatorRules.sectionNumber ]" />