Ver código fonte

装集客项目更新

lijiangwei 4 anos atrás
pai
commit
e58b9cb9fb
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      uis/views/customer/index.html

+ 3 - 3
uis/views/customer/index.html

@@ -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}
             ]]
         });