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 @@ - +