From c0f15e2fbf64b6733023c23672e5640410599fa3 Mon Sep 17 00:00:00 2001 From: lucky Date: Mon, 28 Jun 2021 17:52:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E7=BA=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PlatformList/components/Model.vue | 3 ++- src/views/Challenge/Children/Notice.vue | 6 +++--- src/views/IncubationPlatform/Children/place/EntitySpace.vue | 2 +- .../IncubationPlatform/Children/place/VirtualSpace.vue | 2 +- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/PlatformList/components/Model.vue b/src/components/PlatformList/components/Model.vue index 2283637..5d62f33 100644 --- a/src/components/PlatformList/components/Model.vue +++ b/src/components/PlatformList/components/Model.vue @@ -36,7 +36,8 @@ :wrapper-col="formItemLayout.wrapperCol" label="性别" > - {{ item.sex || '暂无' }} + {{ item.sex === 0 ? '女' : '男' }} + {{ '暂无' }} - {{ proData.accepterName }} - {{ proData.phone }} - {{ proData.accepterName }} + {{ proData.billboardCompany }} {{ proData.accepterName }} {{ proData.phone }} {{ proData.unit }} {{ proData.planIntro }} + + diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index a018836..4a69eb6 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -7,7 +7,7 @@
- +