From ae6bbf2e9ad704cd2b311900ce068ff7fba5636e Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Tue, 20 Aug 2024 16:33:21 +0800 Subject: [PATCH] =?UTF-8?q?[fix=20bug]=20=E5=8C=B9=E9=85=8D=E5=90=8E?= =?UTF-8?q?=E7=AB=AF=E8=BF=94=E5=9B=9E=E7=9A=84=E6=95=B0=E6=8D=AE=EF=BC=8C?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=80=BC=E4=BF=AE=E6=94=B9=E6=88=90itemText?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/TagContentDictItemModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/tags/modules/TagContentDictItemModal.vue b/src/views/system/tags/modules/TagContentDictItemModal.vue index b66c66a..5f9cdb4 100644 --- a/src/views/system/tags/modules/TagContentDictItemModal.vue +++ b/src/views/system/tags/modules/TagContentDictItemModal.vue @@ -36,7 +36,7 @@ style="width:100%" :dropdownStyle="{ maxHeight: '200px', overflow: 'auto' }" :treeData="parentDataPid" - :replaceFields="{children:'children', title: 'name', key:'id', value: 'id' }" + :replaceFields="{children:'children', title: 'itemText', key:'id', value: 'id' }" v-model="model.parentId" :placeholder="$t('pleaseSelect')" allowClear