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.
 
 
 

24 lines
337 B

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'
}
}