diff --git a/src/i18n/locales/en-US.ts b/src/i18n/locales/en-US.ts index 080e7250..0b122b15 100644 --- a/src/i18n/locales/en-US.ts +++ b/src/i18n/locales/en-US.ts @@ -1772,6 +1772,7 @@ export default { cancelGive:'Cancel authorization', cancelSure:'Confirm to cancel the authorization of the data item with user number [{userId}]?', batchCancel:'Batch cancellation of authorization', + selectUser:'Assign Users', }, dept:{ classInfo:' Department Information', diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index 4956a75c..25143d6e 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -1772,6 +1772,7 @@ export default { cancelGive:'取消授权', cancelSure:'确认取消用户编号为 【{userId}】 的数据项授权?', batchCancel:'批量取消授权', + selectUser:'分配用户', }, dept:{ classInfo:'部门信息', diff --git a/src/views/system/role/auth-user.vue b/src/views/system/role/auth-user.vue index 5487ac16..2f15da82 100644 --- a/src/views/system/role/auth-user.vue +++ b/src/views/system/role/auth-user.vue @@ -184,7 +184,7 @@ type ModalStateType = { /**对话框对象信息状态 */ let modalState: ModalStateType = reactive({ visibleBySelectUser: false, - title: '选择用户', + title: t('views.system.role.selectUser'), }); /**