diff --git a/web/client/src/utils/userAttribute.js b/web/client/src/utils/userAttribute.js new file mode 100644 index 0000000..2a28e82 --- /dev/null +++ b/web/client/src/utils/userAttribute.js @@ -0,0 +1,8 @@ +'use strict'; + +export const UserAttribute = { + jobDataSource: ['普通员工', '中层', '高层'], + activeStatusDataSource: ['在职', '离职', '特殊状态-特殊账号'], + organizationDataSource: ['江西飞尚科技有限公司', '江西飞尚工程质量检测有限公司', + '江西飞尚科技有限公司江苏分公司', '江西汇派科技有限公司'], +};