1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
'use strict'; |
||||
|
|
||||
|
export const UserAttribute = { |
||||
|
jobDataSource: ['普通员工', '中层', '高层'], |
||||
|
activeStatusDataSource: ['在职', '离职', '特殊状态-特殊账号'], |
||||
|
organizationDataSource: ['江西飞尚科技有限公司', '江西飞尚工程质量检测有限公司', |
||||
|
'江西飞尚科技有限公司江苏分公司', '江西汇派科技有限公司'], |
||||
|
}; |
Loading…
Reference in new issue