From f56d61ea9d9e1c050a7c4652a11a27a2285f3d5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Tue, 10 Aug 2021 16:31:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E7=AB=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/supply/supplyDetail.vue | 71 +++++++++++++++++++++++++++++++ src/views/user/bidding/index.vue | 5 +-- 2 files changed, 72 insertions(+), 4 deletions(-) create mode 100644 src/views/supply/supplyDetail.vue diff --git a/src/views/supply/supplyDetail.vue b/src/views/supply/supplyDetail.vue new file mode 100644 index 00000000..5ab4898a --- /dev/null +++ b/src/views/supply/supplyDetail.vue @@ -0,0 +1,71 @@ + + + + {{supplyDetails.projectName}}成交公示 + + 项目名称:{{supplyDetails.projectName}} + + + 项目地址:{{supplyDetails.location}} + + + 姓名:{{supplyDetails.rollout}} + + + 联系电话:{{supplyDetails.dealType}} + + + 项目详情:{{supplyDetails.dealTime}} + + + + + + + diff --git a/src/views/user/bidding/index.vue b/src/views/user/bidding/index.vue index 174d00e8..8e62de91 100644 --- a/src/views/user/bidding/index.vue +++ b/src/views/user/bidding/index.vue @@ -14,12 +14,10 @@ @load="getList" class="biddingList" > - - + {{item.projectName}} - @@ -36,7 +34,6 @@ -
{{supplyDetails.projectName}}成交公示