diff --git a/index.html b/index.html index 73ad106..85e239f 100644 --- a/index.html +++ b/index.html @@ -204,17 +204,17 @@

- +
- + - - - - + + + +
项目名称竞价方式竞价方式 报名截止时间 竞价开始时间 标的底价当前报价价格单位竞价状态操作当前报价价格单位竞价状态操作
@@ -222,20 +222,20 @@ {{each biddingHallListList as value i}} {{value.projectName}} - {{value.biddingType}} + {{value.biddingType}} {{value.signupStopTime}} {{value.biddingStartTime}} {{value.price}} - + {{if value.biddingType == '自由竞价' && value.projectShowStatus != '已经成交'}} * {{else}} {{value.money}} {{/if}} - {{value.unit}} - {{value.projectShowStatus}} - + {{value.unit}} + {{value.projectShowStatus}} + {{if value.projectShowStatus == '正在报名'}}{{/if}} {{if value.projectShowStatus == '正在竞价'}}{{/if}} {{if value.projectShowStatus == '等待竞价'}}{{/if}} diff --git a/static/css/index.css b/static/css/index.css index 03bcf0c..1e4eb94 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -1204,7 +1204,7 @@ label input[type="radio"]:checked+span { .tableList { height: 198px; overflow-y: auto; - width: 1218px; + width: 1200px; } .tableList table tr td { diff --git a/view/bidding/biddingList.html b/view/bidding/biddingList.html index a937570..7e5d830 100644 --- a/view/bidding/biddingList.html +++ b/view/bidding/biddingList.html @@ -244,14 +244,14 @@ - + - - - - - + + + + +
项目名称竞价方式竞价方式 报名结束时间 竞价结束时间标的底价当前报价价格单位竞价状态操作标的底价当前报价价格单位竞价状态操作
@@ -259,20 +259,20 @@ {{each biddingInformationList as value i}} {{value.projectName}} - {{value.biddingType}} + {{value.biddingType}} {{value.signupStopTime}} {{value.biddingStopSetime}} - {{value.price}} - + {{value.price}} + {{if value.biddingType=='自由竞价'&&value.projectShowStatus!='已经成交'}} * {{else}} {{value.money}} {{/if}} - {{value.unit}} - {{value.projectShowStatus}} - + {{value.unit}} + {{value.projectShowStatus}} + {{if value.projectShowStatus == '正在报名'}}{{/if}} {{if value.projectShowStatus == '正在竞价'}}{{/if}} {{if value.projectShowStatus == '等待竞价'}}{{/if}}