diff --git a/frontend/pc/src/i18n/lang/en.js b/frontend/pc/src/i18n/lang/en.js index 6fe68601c..ee9ca49be 100644 --- a/frontend/pc/src/i18n/lang/en.js +++ b/frontend/pc/src/i18n/lang/en.js @@ -1061,6 +1061,7 @@ export const m = { '请重新修改以下参数后再重试:': 'Please modify the following parameters and try again:', '执行手动修改,需要根据接口要求填写相应参数信息(若无参数要求,可留空或忽略):': 'To perform manual modification, you need to fill in the corresponding parameter information according to the interface requirements (if there is no parameter requirement, you can leave it blank or ignore):', 所有评论: 'All comments', + 请输入用户名: 'Please enter the username', }, serviceConfig: { ID: 'ID', diff --git a/frontend/pc/src/i18n/lang/zh.js b/frontend/pc/src/i18n/lang/zh.js index b5e3c2d1e..02058fcb3 100644 --- a/frontend/pc/src/i18n/lang/zh.js +++ b/frontend/pc/src/i18n/lang/zh.js @@ -1084,6 +1084,7 @@ export const m = { 已超时: '已超时', 未响应: '未响应', 响应: '响应', + 请输入用户名: '请输入用户名', }, serviceConfig: { ID: 'ID', diff --git a/frontend/pc/src/views/commonComponent/memberSelect/index.vue b/frontend/pc/src/views/commonComponent/memberSelect/index.vue index 65a56b62f..a362de179 100644 --- a/frontend/pc/src/views/commonComponent/memberSelect/index.vue +++ b/frontend/pc/src/views/commonComponent/memberSelect/index.vue @@ -64,7 +64,7 @@ }, placeholder: { type: String, - default: i18n.t('m.newCommon["请选择"]'), + default: i18n.t('m.newCommon["请输入用户名"]'), }, disabled: { type: Boolean,