export const LOG_TAIL_STATUS = { WAITING: { value: 10, label: '等待', status: 'warning' }, RUNNABLE: { value: 20, label: '正常', status: 'processing' }, ERROR: { value: 30, label: '错误', status: 'error' }, CLOSE: { value: 40, label: '关闭', status: 'default' } }