feat: crm-backlog 待审核合同

This commit is contained in:
dhb52
2024-02-06 22:58:33 +08:00
parent e033793a94
commit 361c06bd6f
2 changed files with 173 additions and 7 deletions

View File

@ -17,3 +17,9 @@ export const CONTACT_STATUS = [
{ label: '已逾期', value: 2 },
{ label: '已联系', value: 3 }
]
/** 合同审批状态 */
export const CONTRACT_AUDIT_STATUS = [
{ label: '已审批', value: 20 },
{ label: '待审批', value: 10 }
]