From 3648af31ab2fcd9e1f68fe220cb808463efab25b Mon Sep 17 00:00:00 2001 From: ChenYi <296215406@outlook.com> Date: Wed, 29 Apr 2026 10:45:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E5=AD=97=E5=85=B8=E6=98=8E?= =?UTF-8?q?=E7=BB=86=E6=96=B0=E5=A2=9E=E4=B8=8E=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web-antd/src/locales/langs/en-US/abp.json | 1 + .../web-antd/src/locales/langs/zh-CN/abp.json | 1 + .../DataDictionaryDetailModal.vue | 238 ++++++++++-------- 3 files changed, 139 insertions(+), 101 deletions(-) diff --git a/apps/web-antd/src/locales/langs/en-US/abp.json b/apps/web-antd/src/locales/langs/en-US/abp.json index 084a6fe..6353020 100644 --- a/apps/web-antd/src/locales/langs/en-US/abp.json +++ b/apps/web-antd/src/locales/langs/en-US/abp.json @@ -131,6 +131,7 @@ "status": "Status", "description": "Description", "extendedAttribute": "ExtendedAttribute", + "extendedAttributeValue": "ExtendedAttributeValue", "type": "Type" }, "organizationunit": { diff --git a/apps/web-antd/src/locales/langs/zh-CN/abp.json b/apps/web-antd/src/locales/langs/zh-CN/abp.json index 23eaed9..3ba0fed 100644 --- a/apps/web-antd/src/locales/langs/zh-CN/abp.json +++ b/apps/web-antd/src/locales/langs/zh-CN/abp.json @@ -124,6 +124,7 @@ "status": "状态", "description": "描述", "extendedAttribute": "扩展属性", + "extendedAttributeValue": "扩展属性值", "type": "字典类型" }, "organizationunit": { diff --git a/apps/web-antd/src/views/system/abpdatadictionary/DataDictionaryDetailModal.vue b/apps/web-antd/src/views/system/abpdatadictionary/DataDictionaryDetailModal.vue index a37189e..68881ee 100644 --- a/apps/web-antd/src/views/system/abpdatadictionary/DataDictionaryDetailModal.vue +++ b/apps/web-antd/src/views/system/abpdatadictionary/DataDictionaryDetailModal.vue @@ -1,5 +1,5 @@