{ field: 'Result', title: '结果', align: 'center', width: '60%', templet: function (d)
{
return '<div style="text-align:left">' + d.Result + '</div>'
}
},
The End
{ field: 'Result', title: '结果', align: 'center', width: '60%', templet: function (d)
{
return '<div style="text-align:left">' + d.Result + '</div>'
}
},