crm-团队成员: 先提交一波

This commit is contained in:
puhui999
2023-11-13 17:49:27 +08:00
parent 2385cd9b9a
commit 27c9a0f32d
5 changed files with 328 additions and 52 deletions

View 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 }