{field: 'status', title: '任务状态',width:100,cellStyle:{
css:{'white-space': 'break-spaces'}
}},
{field: 'status', title: '任务状态',formatter: function(value,row,index){ return "<span style='color:red;white-space:break-spaces;' title=''>任务失败</span>"; },width:100},