app/views/educode_sales/sales/operations.html.erb in educode_sales-0.1.1 vs app/views/educode_sales/sales/operations.html.erb in educode_sales-0.1.2
- old
+ new
@@ -33,16 +33,19 @@
url: '/educode_sales/sales/operations',
defaultToolbar: [],
cols: [
[{
field: 'id',
- title: 'ID'
+ title: 'ID',
+ width: 80
}, {
field: 'name',
- title: '姓名'
+ title: '姓名',
+ width: 150
}, {
field: 'job_type',
title: '岗位类型',
+ width: 120
}, {
field: 'area',
title: '负责区域',
width: 400,
}, {
\ No newline at end of file