app/views/educode_sales/sales/operations.html.erb in educode_sales-0.2.0 vs app/views/educode_sales/sales/operations.html.erb in educode_sales-0.2.1
- old
+ new
@@ -33,34 +33,36 @@
url: '/educode_sales/sales/operations',
defaultToolbar: [],
cols: [
[{
field: 'id',
- title: 'ID',
+ title:'序号',type: 'numbers',
width: 80
}, {
field: 'name',
title: '姓名',
- width: 150
+ width: 120
}, {
field: 'job_type',
title: '岗位类型',
width: 120
}, {
field: 'area',
title: '负责区域',
- width: 400,
}, {
field: 'schools',
title: '跟进学校',
- templet: "#school"
+ templet: "#school",
+ width: 120
}, {
field: 'departments',
title: '跟进二级学院',
- templet: "#xschool"
+ templet: "#xschool",
+ width: 120
},
]
],
+ limit: 20,
page: true
});
table.on('tool(oper_table)', function (obj) {
\ No newline at end of file