From 564779ba68d2ec966e57cafb5ae74d6c944e4f47 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Thu, 8 Aug 2024 11:48:46 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E6=A0=87=E5=BA=93=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customField/AddForm.vue | 7 ++++--- .../standard/modules/AllocationStandardDrawer.vue | 10 +++++++++- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue index 38e8f2f..61e390b 100644 --- a/src/components/customField/AddForm.vue +++ b/src/components/customField/AddForm.vue @@ -114,7 +114,7 @@ tree-checkable treeCheckStrictly dropdownMatchSelectWidth - :replaceFields="{title: isChinese() ? 'title' : 'enTitle'}" + :replaceFields="notNeedEnTitleTreeField.includes(item.dbFieldName) ? null : {title: isChinese() ? 'title' : 'enTitle'}" :placeholder="$t('pleaseSelect')+item.dbFieldTxt" /> + + + @@ -128,7 +136,7 @@ export default { dataIndex: 'esStandardState_dictText', align: 'center', width: 120, - scopedSlots: { customRender: 'text' } + scopedSlots: { customRender: 'dictText' } } ], dataList: [],