export const URGENCY_STATUS_MAP = { 1: '非常紧急', 2: '比较紧急', 3: '一般', } export const URGENCY_STATUS_COLOR = { 1: 'red-color', 2: 'yellow-color', 3: 'theme-color', } export const TASK_INFO = { id: '流程编号', creator: '发起人', createTime: '发起时间', }