中英文
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -1772,6 +1772,7 @@ export default {
|
||||
cancelGive:'取消授权',
|
||||
cancelSure:'确认取消用户编号为 【{userId}】 的数据项授权?',
|
||||
batchCancel:'批量取消授权',
|
||||
selectUser:'分配用户',
|
||||
},
|
||||
dept:{
|
||||
classInfo:'部门信息',
|
||||
|
||||
@@ -184,7 +184,7 @@ type ModalStateType = {
|
||||
/**对话框对象信息状态 */
|
||||
let modalState: ModalStateType = reactive({
|
||||
visibleBySelectUser: false,
|
||||
title: '选择用户',
|
||||
title: t('views.system.role.selectUser'),
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user