From 70f285b6382afb2aef185bdd48db1aae740f056c Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 8 Aug 2024 13:53:17 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=96=B0=E6=B3=95=E8=A7=84=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E6=B5=81=E7=A8=8B=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProcessDetailList.vue | 3 ++- .../newRegulationIntroductionProcess/modules/BaseInfoForm.vue | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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')" />