Commit e80f5784 authored by agping's avatar agping

字段修改

parent 2383ccab
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
<td>人数</td> <td>人数</td>
</tr> </tr>
<tr class="main-con" v-for="(item2,index) in item.value"> <tr class="main-con" v-for="(item2,index) in item.value">
<td>{{(item2.real_performance_time).replace(/-/g, '.').replace(/ . /g, '-')}}</td>
<td>{{item2.real_performance}}</td>
<td>{{(item2.time).replace(/-/g, '.').replace(/ . /g, '-')}}</td> <td>{{(item2.time).replace(/-/g, '.').replace(/ . /g, '-')}}</td>
<td>{{item2.real_performanceSum}}</td> <td>{{item2.performance}}</td>
<td>{{(item2.time).replace(/-/g, '.').replace(/ . /g, '-')}}</td>
<td>{{item2.performanceSum}}</td>
<td>{{item2.people_num}}</td> <td>{{item2.people_num}}</td>
</tr> </tr>
</div> </div>
......
...@@ -1482,7 +1482,7 @@ define(['doT', 'text!temp/noRansferEarnest_template_tpl.html', 'css!style/home.c ...@@ -1482,7 +1482,7 @@ define(['doT', 'text!temp/noRansferEarnest_template_tpl.html', 'css!style/home.c
//收款记录 导出 //收款记录 导出
exportExcel: function() { exportExcel: function() {
var _url = '/index/getCollectionExcel?'; var _url = receiv.listUrl + '?excel=1&';
receiv.buildSearchParams() receiv.buildSearchParams()
window.open(_url + receiv.buildSearchParamsLiu); window.open(_url + receiv.buildSearchParamsLiu);
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment