Browse Source

来不及了,先折中一下文案

RongCheng
张泽亮 1 year ago
parent
commit
e20730899d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      view/bidding/biddingBigDataDetail.html

+ 3
- 3
view/bidding/biddingBigDataDetail.html View File

@@ -52,7 +52,7 @@
</div> </div>


<div class="topTit_content_center" style="margin-left: auto;"> <div class="topTit_content_center" style="margin-left: auto;">
<p>当前项目有效报名人数</p>
<p>当前项目报名人数</p>
<p><span>{{outProjectInformationDetail.bidderNum}}</span>人</p> <p><span>{{outProjectInformationDetail.bidderNum}}</span>人</p>
</div> </div>


@@ -70,7 +70,7 @@
</div> </div>
<table width="100%" class="tableHead" style="table-layout: fixed;" > <table width="100%" class="tableHead" style="table-layout: fixed;" >
<tr> <tr>
<td>出价人代号</td>
<td>出价人</td>
<td>联系电话</td> <td>联系电话</td>
<td>出价(元)</td> <td>出价(元)</td>
<td>出价时间</td> <td>出价时间</td>
@@ -129,7 +129,7 @@
</div> </div>


<div class="content_box_right_num"> <div class="content_box_right_num">
<p>最新出价人代号(相同出价时以最终成交为准!)</p>
<p>最新出价人</p>
<img src="../../static/images/tt_border.png" alt=""> <img src="../../static/images/tt_border.png" alt="">
{{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }} {{if biddinglistInformationDetail!=undefined && biddinglistInformationDetail.length>0 }}
<p>{{biddinglistInformationDetail[0].memberId}}</p> <p>{{biddinglistInformationDetail[0].memberId}}</p>


Loading…
Cancel
Save