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 @@