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 @@
-
+