[add] 选择用户组件

This commit is contained in:
lideqin
2023-09-01 16:53:04 +08:00
parent 59ed913bae
commit 18c682e175
6 changed files with 538 additions and 17 deletions
+18
View File
@@ -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'
}
}
+8
View File
@@ -486,6 +486,14 @@ module.exports = {
secondLevel: '二级',
threeLevel: '三级'
},
// 用户选择器
userSelect: {
select: '选择',
selectUser: '选择用户',
userList: '用户列表',
name: '姓名',
post: '岗位'
},
// 弹框上传附件
uploadFile: {
clickUpload: '点击上传',