jQuery EasyUI 数据网格 - 条件设置行背景颜色时间:2023-03-09 08:00:29 $('#tt').datagrid({ rowStyler:function(index,row){ if (row.listprice>50){ return 'color:blue;font-weight:bold;'; } } });