Quellcode durchsuchen

装集客项目更新

lijiangwei vor 4 Jahren
Ursprung
Commit
e58b9cb9fb
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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}
             ]]
         });