rowStyler: function (index, row) {
            if (row.Affirm != null) {
                return 'background-color:green;font-weight:bold;';
            }
        },这样写不报错,所有背景色都不变化?求教各位大神datagrideasyui