|
|
@@ -45,7 +45,7 @@ |
|
|
|
<div class="topTit_content_left"> |
|
|
|
<p>当<br/>前<br/>项<br/>目</p> |
|
|
|
<p>{{outProjectInformationDetail.projectName}}</p> |
|
|
|
<p>终止项目</p> |
|
|
|
<!-- <p>终止项目</p>--> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="topTit_content_center" style="margin-left: auto;"> |
|
|
@@ -63,7 +63,7 @@ |
|
|
|
<div class="bidding" style="width: 61%;margin: 0;border: 1px solid #0071ff;"> |
|
|
|
<div class="content_box_right_titBox" style="margin-bottom: 1vh;"> |
|
|
|
<p>实时出价记录</p> |
|
|
|
<p class="content_box_right_titBox_check"><input type="checkbox"/>显示出价人姓名、联系电话</p> |
|
|
|
<!-- <p class="content_box_right_titBox_check"><input type="checkbox"/>显示出价人姓名、联系电话</p>--> |
|
|
|
</div> |
|
|
|
<table width="100%" class="tableHead" style="table-layout: fixed;" > |
|
|
|
<tr> |
|
|
@@ -76,7 +76,7 @@ |
|
|
|
<div class="tableList" id="tableList" style="height: calc(100vh - 130px - 27vh)!important"> |
|
|
|
<table width="100%;" cellpadding="0" cellspacing="0" style="table-layout: fixed;"> |
|
|
|
{{each outProjectInformationDetail.biddinglistInformationDetail as value i}} |
|
|
|
<tr class="notStart-row"> |
|
|
|
<tr> |
|
|
|
<td>{{value.userName}}</td> |
|
|
|
<td>{{value.userAccount}}</td> |
|
|
|
<td>{{value.money}}</td> |
|
|
|