formatter 操作列表的合并
{field:'22',title:'操作',width:250,align:'center',sortable:true,formatter : function(value, row, index) {
return row.ele_carband_name+","+row.name;
}}
{field:'22',title:'操作',width:250,align:'center',sortable:true,formatter : function(value, row, index) {
return row.ele_carband_name+","+row.name;
}}