|
@@ -141,12 +141,12 @@
|
|
|
|
|
|
table.render({
|
|
|
elem: '#customer_log'
|
|
|
- , url: '/api/customer.json'
|
|
|
+ , url: '/customer/stage_count/'
|
|
|
, cols: [[
|
|
|
{field: 'stage', title: '阶段', width: 100}
|
|
|
- , {field: 'total_count', title: "总人数", width: 100, sort: true}
|
|
|
+ , {field: 'total', title: "总人数", width: 100, sort: true}
|
|
|
, {field: 'today_count', title: '今日', width: 100, sort: true}
|
|
|
- , {field: 'exceed_count', title: '逾期', width: 100, sort: true}
|
|
|
+ , {field: 'overdue_count', title: '逾期', width: 100, sort: true}
|
|
|
]]
|
|
|
});
|
|
|
|