中英文
This commit is contained in:
@@ -1772,6 +1772,7 @@ export default {
|
|||||||
cancelGive:'Cancel authorization',
|
cancelGive:'Cancel authorization',
|
||||||
cancelSure:'Confirm to cancel the authorization of the data item with user number [{userId}]?',
|
cancelSure:'Confirm to cancel the authorization of the data item with user number [{userId}]?',
|
||||||
batchCancel:'Batch cancellation of authorization',
|
batchCancel:'Batch cancellation of authorization',
|
||||||
|
selectUser:'Assign Users',
|
||||||
},
|
},
|
||||||
dept:{
|
dept:{
|
||||||
classInfo:' Department Information',
|
classInfo:' Department Information',
|
||||||
|
|||||||
@@ -1772,6 +1772,7 @@ export default {
|
|||||||
cancelGive:'取消授权',
|
cancelGive:'取消授权',
|
||||||
cancelSure:'确认取消用户编号为 【{userId}】 的数据项授权?',
|
cancelSure:'确认取消用户编号为 【{userId}】 的数据项授权?',
|
||||||
batchCancel:'批量取消授权',
|
batchCancel:'批量取消授权',
|
||||||
|
selectUser:'分配用户',
|
||||||
},
|
},
|
||||||
dept:{
|
dept:{
|
||||||
classInfo:'部门信息',
|
classInfo:'部门信息',
|
||||||
|
|||||||
@@ -184,7 +184,7 @@ type ModalStateType = {
|
|||||||
/**对话框对象信息状态 */
|
/**对话框对象信息状态 */
|
||||||
let modalState: ModalStateType = reactive({
|
let modalState: ModalStateType = reactive({
|
||||||
visibleBySelectUser: false,
|
visibleBySelectUser: false,
|
||||||
title: '选择用户',
|
title: t('views.system.role.selectUser'),
|
||||||
});
|
});
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user