app/views/educode_sales/places/index.html.erb in educode_sales-0.6.4 vs app/views/educode_sales/places/index.html.erb in educode_sales-0.6.5
- old
+ new
@@ -129,15 +129,29 @@
sort: true,
title: '商机',
templet: "#business_a",
},
+ // {
+ // field: 'amount',
+ // width: 120,
+ // totalRow:true,
+ // sort: true,
+ // title: '中标金额'
+ // },
{
- field: 'amount',
+ field: 'total_amount',
width: 120,
totalRow:true,
sort: true,
- title: '中标金额'
+ title: '项目总额'
+ },
+ {
+ field: 'divide_amount',
+ width: 120,
+ totalRow:true,
+ sort: true,
+ title: '渠道分成'
},
{
field: 'return_mount',
width: 120,
totalRow:true,
\ No newline at end of file