app/views/educode_sales/activities/index.html.erb in educode_sales-0.9.59 vs app/views/educode_sales/activities/index.html.erb in educode_sales-0.9.60
- old
+ new
@@ -44,16 +44,42 @@
cols: [
[
{
field: 'id',
title:'序号',type: 'numbers',
- totalRowText:'合计',
+ totalRowText:'合计',
width: 60
},
{
field: 'name',
title: '活动名称',
+ width: 180,
templet: '#teachers'
+ },
+ {
+ field: 'clazz_id',
+ width: 120,
+ title: '会议类型'
+ },
+ {
+ field: 'staff',
+ width: 120,
+ title: '销售经理'
+ },
+ {
+ field: 'staff_manage',
+ width: 180,
+ title: '生态经理'
+ },
+ {
+ field: 'staff_assist',
+ width: 180,
+ title: '协助人员'
+ },
+ {
+ field: 'expert',
+ width: 180,
+ title: '报告专家'
},
{
field: 'start_at',
width: 200,
title: '时间',
\ No newline at end of file