diff --git a/src/components/ProcessDetailList.vue b/src/components/ProcessDetailList.vue index 99aaf96..34baf2a 100644 --- a/src/components/ProcessDetailList.vue +++ b/src/components/ProcessDetailList.vue @@ -250,7 +250,8 @@ export default { { dataIndex: 'finishFlag_dictText', title: this.$t('status'), - width: 100 + width: 100, + scopedSlots: { customRender: 'dictText' } } ], image: false, diff --git a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue index 506b029..c3dd1eb 100644 --- a/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue +++ b/src/views/workCenter/newRegulationIntroductionProcess/modules/BaseInfoForm.vue @@ -124,6 +124,7 @@ tree-checkable treeCheckStrictly :disabled="disabled" + :replaceFields="{title: isChinese() ? 'title' : 'enTitle'}" :placeholder="disabled ? '' : $t('pleaseSelect')+$t('workCenter.newRegulationImportProcess.applicableMarket')" />