[add] 选择用户组件
This commit is contained in:
@@ -365,6 +365,7 @@ module.exports = {
|
||||
updateLog: 'Change Log',
|
||||
problemKnowledgeBase: 'Knowledge Sharing',
|
||||
collection: 'Invoice Collection',
|
||||
subscribe: 'Subscribe',
|
||||
textInformation: 'Document Files',
|
||||
standardBreakdown: 'Standard Breakdown',
|
||||
standardOne: 'Standard',
|
||||
@@ -476,6 +477,23 @@ module.exports = {
|
||||
standardSelect: {
|
||||
standardSelection: 'Standard Selection'
|
||||
},
|
||||
// 用户/组织结构选择器
|
||||
userOrOrganSelect: {
|
||||
select: 'Select',
|
||||
selectUserOrOrgan: 'Select User/Organization',
|
||||
organization: 'Organization',
|
||||
name: 'name',
|
||||
secondLevel: 'Second Level',
|
||||
threeLevel: 'Three Level'
|
||||
},
|
||||
// 用户选择器
|
||||
userSelect: {
|
||||
select: 'Select',
|
||||
selectUser: 'Select User',
|
||||
userList: 'Users List',
|
||||
name: 'name',
|
||||
post: 'Post'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
clickUpload: 'Click To Upload',
|
||||
|
||||
@@ -5,6 +5,9 @@ module.exports = {
|
||||
allocationStandard: 'Allocation Standard',
|
||||
shiftOutStandard: 'Shift Out Standard',
|
||||
initChange: 'Initiate Changes',
|
||||
temporaryPermissionSet: 'Temporary Permission Setting'
|
||||
temporaryPermissionSet: 'Temporary Permission Setting',
|
||||
collection: 'Collect',
|
||||
cancelCollection: 'Cancel Collection',
|
||||
templateExport: 'Enterprise Standard Template'
|
||||
}
|
||||
}
|
||||
|
||||
@@ -486,6 +486,14 @@ module.exports = {
|
||||
secondLevel: '二级',
|
||||
threeLevel: '三级'
|
||||
},
|
||||
// 用户选择器
|
||||
userSelect: {
|
||||
select: '选择',
|
||||
selectUser: '选择用户',
|
||||
userList: '用户列表',
|
||||
name: '姓名',
|
||||
post: '岗位'
|
||||
},
|
||||
// 弹框上传附件
|
||||
uploadFile: {
|
||||
clickUpload: '点击上传',
|
||||
|
||||
Reference in New Issue
Block a user