Commit 20169740 authored by agping's avatar agping

业绩排行 修改

parent d3a0394d
......@@ -99,7 +99,7 @@
$(".b3_spanhao").html(response.data.id);
$(".b3_span3").html(response.data.enter_num);
$(".b4_font_p1").html(response.data.external_item_advantage);
$(".terms-payment").html(response.data.sign_rule);
$(".terms-payment").html(response.data.payment_deposit);
$(".signing-year").html(response.data.age_limit);
$(".surrounding-complete").html(response.data.rim_mating);
$(".in-section").html(response.data.section);
......
......@@ -257,8 +257,10 @@
<td class="text-center">[%= it[item]['scale_fee'] %]</td>
<td class="text-center">[%= it[item]['practical_fee'] %]</td>
<td class="text-center">
[% if(check_auth('index/bargainInfo')) { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>
[% } %]
<!--<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>-->
</td>
</tr>
[% } %]
......@@ -297,8 +299,11 @@
<td class="text-center">[%= sw(it[item]['trade_type']) %]</td>
<td class="text-center">[%= it[item]['scale_fee'] %]</td>
<td class="text-center">
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>
[% if(check_auth('index/bargainInfo')) { %]
<a class="btn1 btn-success details-btn" href="#modal_detail" data-toggle="modal" data-id='[%= it[item]["id"] %]'>详情</a>
[% } %]
<!--<a class="btn1 btn-success timeline" href="#modal-time" data-toggle="modal" data-id='[%= it[item]["order_id"] %]'>时间轴</a>-->
</td>
</tr>
......
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