app/views/educode_sales/places/index.html.erb in educode_sales-0.2.0 vs app/views/educode_sales/places/index.html.erb in educode_sales-0.2.1

- old
+ new

@@ -38,44 +38,44 @@ cols: [ [ { field: 'id', width: 80, - title: '序号' + title:'序号',type: 'numbers', }, { field: 'name', width: 300, title: '渠道名称' }, { field: 'area_id', - width: 300, title: '负责区域', }, { field: 'businesses_count', - width: 80, + width: 120, title: '商机' }, { field: 'amount', - width: 100, + width: 120, title: '中标(万)' }, { field: 'return_mount', - width: 100, + width: 120, title: '回款(万)', }, { title: '操作', - minWidth: 150, + width: 120, toolbar: '#currentTableBar', align: "center" } ] ], + limit: 20, page: true }); /** * toolbar事件监听 \ No newline at end of file