From b4ff3a2d3e18ab61c271ce1b977052a96988d612 Mon Sep 17 00:00:00 2001 From: zhangyong Date: Mon, 12 Dec 2022 16:38:45 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E8=AE=BE=E7=BD=AE-=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --story=1010758 --user=张勇 【项目设置】项目设置-模板设置优化(1.20同步上) https://www.tapd.cn/55049933/s/1315026 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 1 + framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 1 + .../frontend/src/business/menu/template/FieldTemplateEdit.vue | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index a7c2f7ed21..e27f7048f9 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -63,6 +63,7 @@ const message = { current_project: 'Current Project', not_exist: "Not exist", name: 'Name', + template_name: 'Template Name', description: 'Description', annotation: 'Annotation', clear: 'Clear', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index 23b02de8bf..239fe9244b 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -62,6 +62,7 @@ const message = { current_project: '当前项目', not_exist: "不存在", name: '名称', + template_name: '模板名称', description: '描述', annotation: '注释', clear: '清空', diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index d1e22fcdf9..dce40c4c4c 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -62,6 +62,7 @@ const message = { current_project: '當前項目', not_exist: "不存在", name: '名稱', + template_name: '模版名稱', description: '描述', annotation: '註釋', clear: '清空', diff --git a/project-management/frontend/src/business/menu/template/FieldTemplateEdit.vue b/project-management/frontend/src/business/menu/template/FieldTemplateEdit.vue index 5a4d084765..fae66b2f13 100644 --- a/project-management/frontend/src/business/menu/template/FieldTemplateEdit.vue +++ b/project-management/frontend/src/business/menu/template/FieldTemplateEdit.vue @@ -18,7 +18,7 @@ - +