app/views/educode_sales/sales/index.html.erb in educode_sales-0.6.3 vs app/views/educode_sales/sales/index.html.erb in educode_sales-0.6.4
- old
+ new
@@ -75,13 +75,15 @@
cols: [
[{
field: 'id',
title:'序号',type: 'numbers',
totalRowText:'合计',
+ fixed: 'left',
width: 80
}, {
field: 'name',
title: '姓名',
+ fixed: 'left',
width: 100
}, {
field: 'area',
title: '负责区域',
templet:'<div><span title="{{d.area}}">{{d.area}}</span></div>'
\ No newline at end of file