From c166bfecdf261a85b4b9344e6b980756f28ec1a3 Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 12 Jul 2024 18:44:40 +0800 Subject: [PATCH] =?UTF-8?q?[update=20=E6=A0=87=E5=87=86=E8=A7=A3=E8=AF=BB?= =?UTF-8?q?=E6=B5=81=E7=A8=8B]=20=E5=AF=BC=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/InterpretationClauseTable.vue | 9 +++++- .../InterpretationClauseTableModal.vue | 2 +- ...nterpretationMainInterpreterDistribute.vue | 30 ++++++++++++++----- 3 files changed, 31 insertions(+), 10 deletions(-) diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue index 6c00684..9df1e71 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTable.vue @@ -8,6 +8,7 @@ {{ $t('import') }} @@ -114,6 +115,12 @@ export default { type: Boolean, default: false, required: false + }, + // 导入的参数 + importParams: { + type: Object, + default: () => ({}), + required: false } }, data () { @@ -354,7 +361,7 @@ export default { title: this.$t('workCenter.standardInterpretationProcess.investigationStage'), align: 'center', width: 180, - dataIndex: 'investigationStage', + dataIndex: 'investigationStage_dictText', scopedSlots: { customRender: 'text' } }, { // P3证明符合性的交付物名称 diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue index 9412395..a353ff7 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationClauseTableModal.vue @@ -97,7 +97,7 @@ + v-decorator="['applications']"/> diff --git a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue index 895f2b4..8291740 100644 --- a/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue +++ b/src/views/workCenter/standardInterpretationProcess/modules/InterpretationMainInterpreterDistribute.vue @@ -40,7 +40,11 @@