You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ocr-web/src/enums/index.ts

7 lines
115 B

// 任务审核状态
export const TASK_STATUS_OBJ = {
1: '待审批',
2: '通过',
3: '不通过',
} as any