@@ -587,7 +587,7 @@ $(function(){
columns: [[
{field: 'products', title: '服务', width: 40,
formatter: function(value, row) {
- return type[value].text;
+ return value.products_str;
}
},
{field: 'order_time_str', title: '下单时间', width: 100,