mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-10 21:34:32 +00:00
✨ CRM:待办事项(接入合同)
This commit is contained in:
@@ -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 }
|
||||
]
|
||||
|
||||
/** 回款提醒类型 */
|
||||
|
||||
Reference in New Issue
Block a user