@@ -585,7 +585,7 @@ $(function(){
search: data.id
},
columns: [[
- {field: 'products', title: '服务', width: 40,
+ {field: 'products_str', title: '服务', width: 40,
formatter: function(value, row) {
return value;
}