From 624236f98199817548dbb3e5f124cea9ebc4cd61 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:22:32 +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 | 2 ++ view/bidding/biddingList.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/index.html b/index.html index e517cb7..73ad106 100644 --- a/index.html +++ b/index.html @@ -212,6 +212,7 @@ 竞价开始时间 标的底价 当前报价 + 价格单位 竞价状态 操作 @@ -232,6 +233,7 @@ {{value.money}} {{/if}} + {{value.unit}} {{value.projectShowStatus}} {{if value.projectShowStatus == '正在报名'}}{{/if}} diff --git a/view/bidding/biddingList.html b/view/bidding/biddingList.html index ef839fd..a937570 100644 --- a/view/bidding/biddingList.html +++ b/view/bidding/biddingList.html @@ -249,6 +249,7 @@ 竞价结束时间 标的底价 当前报价 + 价格单位 竞价状态 操作 @@ -269,6 +270,7 @@ {{value.money}} {{/if}} + {{value.unit}} {{value.projectShowStatus}} {{if value.projectShowStatus == '正在报名'}}{{/if}}