crm:增加合同 List 组件

(cherry picked from commit 31a42fc3f7)
This commit is contained in:
YunaiV
2023-11-30 19:12:57 +08:00
committed by shizhong
parent 993cb4f216
commit affd0c52f2
11 changed files with 171 additions and 332 deletions

View File

@ -20,7 +20,7 @@ export interface PermissionVO {
export enum BizTypeEnum {
CRM_LEADS = 1, // 线索
CRM_CUSTOMER = 2, // 客户
CRM_CONTACTS = 3, // 联系人
CRM_CONTACT = 3, // 联系人
CRM_BUSINESS = 5, // 商机
CRM_CONTRACT = 6 // 合同
}