crm-团队成员: 先提交一波
This commit is contained in:
11
src/views/crm/components/index.ts
Normal file
11
src/views/crm/components/index.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import CrmTeam from './CrmTeamList.vue'
|
||||
|
||||
enum CrmBizTypeEnum {
|
||||
CRM_LEADS = 1, // 线索
|
||||
CRM_CUSTOMER = 2, // 客户
|
||||
CRM_CONTACTS = 3, // 联系人
|
||||
CRM_BUSINESS = 5, // 商机
|
||||
CRM_CONTRACT = 6 // 合同
|
||||
}
|
||||
|
||||
export { CrmTeam, CrmBizTypeEnum }
|
||||
Reference in New Issue
Block a user