app/views/educode_sales/customers/index.html.erb in educode_sales-0.6.0 vs app/views/educode_sales/customers/index.html.erb in educode_sales-0.6.1
- old
+ new
@@ -110,15 +110,15 @@
toolbar: '#toolbarDemo',
// totalRow:true,
defaultToolbar: ['filter'],
cols: [
[
- {type:'checkbox'},
+ {type: 'checkbox'},
{
field: 'id',
width: 60,
- title:'序号',type: 'numbers',
+ title: '序号', type: 'numbers',
},
{
field: 'name',
title: '客户名称',
@@ -149,9 +149,10 @@
},
{
field: 'last_follow_time',
width: 170,
title: '最后跟进时间',
+ sort: true
},
{
field: 'staff',
width: 100,
title: '负责人',
\ No newline at end of file