diff --git a/src/components/Introduce/CompanyProfile.vue b/src/components/Introduce/CompanyProfile.vue index 61aacd3..feb9ca7 100644 --- a/src/components/Introduce/CompanyProfile.vue +++ b/src/components/Introduce/CompanyProfile.vue @@ -7,7 +7,8 @@ @cancel="handleCancel" @ok="handleCancel" > -
{{ profile.description }}
+{{ profile.description }}
+暂无介绍
@@ -24,7 +25,7 @@ export default { }, data() { - return { ModalText: 'Content of the modal', }; + return { ModalText: 'Content of the modal' }; }, computed: mapState('home', ['profile']), diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue index 0b134a3..08f0891 100644 --- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue +++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue @@ -6,8 +6,8 @@