如题,假如后台传过来的list中包含的对象属性为: id ,name , num1,num2我想在前台的grid中显示为3列,分别为id,name,count例如其中count就是 num1+num2的和,那么我前台的grid应该怎么配置呢,使用的json