中英文

This commit is contained in:
lai
2024-07-05 11:24:17 +08:00
parent 02eb368a45
commit 2cb92eaf69
3 changed files with 3 additions and 1 deletions

View File

@@ -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',

View File

@@ -1772,6 +1772,7 @@ export default {
cancelGive:'取消授权',
cancelSure:'确认取消用户编号为 【{userId}】 的数据项授权?',
batchCancel:'批量取消授权',
selectUser:'分配用户',
},
dept:{
classInfo:'部门信息',

View File

@@ -184,7 +184,7 @@ type ModalStateType = {
/**对话框对象信息状态 */
let modalState: ModalStateType = reactive({
visibleBySelectUser: false,
title: '选择用户',
title: t('views.system.role.selectUser'),
});
/**