From d37c464eb6144ccff68683a1019b1a6f95f4799a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Thu, 4 Jan 2024 09:36:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B9=B3=E5=B1=B1=E4=BA=A7=E4=BA=A4=E4=BB=B7?= =?UTF-8?q?=E6=A0=BC=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 22 +++++++++++----------- static/css/index.css | 2 +- view/bidding/biddingList.html | 24 ++++++++++++------------ 3 files changed, 24 insertions(+), 24 deletions(-) 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}}