首页 > 代码库 > easyUI的column的field的颜色属性

easyUI的column的field的颜色属性

 {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;‘;
}
}}, 

easyUI的column的field的颜色属性