{field:'hasPrintStr',title:'状态',width:10,halign:'center',align:'right',styler: function(value,row,index){
if(row.hasPrint == 'WDY'){
return 'color:red;';
}else{
return 'color:blue;';
}
}}, 
05-26 11:45