CRM:待办事项(接入合同)

This commit is contained in:
YunaiV
2024-02-24 17:55:34 +08:00
parent 8f8591fc45
commit 6caa94ec47
8 changed files with 183 additions and 63 deletions

View File

@@ -20,8 +20,9 @@ export const CONTACT_STATUS = [
/** 审批状态 */
export const AUDIT_STATUS = [
{ label: '审批', value: 20 },
{ label: '待审批', value: 10 }
{ label: '审批', value: 10 },
{ label: '审核通过', value: 20 },
{ label: '审核不通过', value: 30 }
]
/** 回款提醒类型 */