diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue
index ce87d73..5df909d 100644
--- a/src/components/HeadNav/HeadNav.vue
+++ b/src/components/HeadNav/HeadNav.vue
@@ -89,7 +89,7 @@ export default {
url: '/NewPlatform/News',
},
{
- title: '创新服务',
+ title: '知识培训与科技人才服务平台',
url: '/NewPlatform/NewService',
},
],
diff --git a/src/components/SettledEnterprise/SettledEnterprise.vue b/src/components/SettledEnterprise/SettledEnterprise.vue
new file mode 100644
index 0000000..bd4cc7f
--- /dev/null
+++ b/src/components/SettledEnterprise/SettledEnterprise.vue
@@ -0,0 +1,213 @@
+
+
+
+
+
+
{{ i + 1 }}
+
{{ item.company }}
+
{{ item.mainBusiness }}
+
+
+
+
+
{{ j + 1 }}
+
{{ item.company }}
+
{{ item.mainBusiness }}
+
+
+
+
+
+
+
+
+
diff --git a/src/views/IncubationPlatform/Children/Partner.vue b/src/views/IncubationPlatform/Children/Partner.vue
index 98e6335..df59960 100644
--- a/src/views/IncubationPlatform/Children/Partner.vue
+++ b/src/views/IncubationPlatform/Children/Partner.vue
@@ -27,7 +27,7 @@ export default {
typeOfPlatform: '孵化平台',
arr: [
{ name: '孵化平台', url: '/IncubationPlatform/MakerSpace' },
- { name: '合作伙伴', url: '' },
+ { name: '第三方专业机构', url: '' },
],
};
},
diff --git a/src/views/IncubationPlatform/Children/place/EntitySpace.vue b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
index 84262e0..05442f0 100644
--- a/src/views/IncubationPlatform/Children/place/EntitySpace.vue
+++ b/src/views/IncubationPlatform/Children/place/EntitySpace.vue
@@ -103,25 +103,13 @@
入驻企业名录
@@ -132,10 +120,12 @@ import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue';
import AddModel from './../../components/AddModel.vue';
import SettledModel from 'components/Introduce/SettledModel.vue';
import Banner from 'components/Banner/Banner.vue';
+import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vue';
+
import { searchEnt } from 'config/api';
export default {
name: 'EntitySpace',
- components: { HNav, BreadCrumb, AddModel, SettledModel, Banner },
+ components: { HNav, BreadCrumb, AddModel, SettledModel, Banner, SettledEnterprise },
data() {
return {
title: '实体众创空间',
diff --git a/src/views/IncubationPlatform/Children/place/VirtualSpace.vue b/src/views/IncubationPlatform/Children/place/VirtualSpace.vue
index ceb002c..7de924e 100644
--- a/src/views/IncubationPlatform/Children/place/VirtualSpace.vue
+++ b/src/views/IncubationPlatform/Children/place/VirtualSpace.vue
@@ -7,7 +7,7 @@
+ -->
@@ -58,10 +59,11 @@ import AddModel from './../../components/AddModel.vue';
import SettledModel from 'components/Introduce/SettledModel.vue';
import Banner from 'components/Banner/Banner.vue';
import { searchEnt } from 'config/api';
+import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vue';
export default {
name: 'VirtualSpace',
- components: { HNav, BreadCrumb, AddModel, SettledModel, Banner },
+ components: { HNav, BreadCrumb, AddModel, SettledModel, Banner, SettledEnterprise },
data() {
return {
title: '虚拟众创空间',
diff --git a/src/views/NewPlatform/Children/Service.vue b/src/views/NewPlatform/Children/Service.vue
index 50b0241..e1f9056 100644
--- a/src/views/NewPlatform/Children/Service.vue
+++ b/src/views/NewPlatform/Children/Service.vue
@@ -92,7 +92,7 @@ export default {
typeOfPlatform: '创新平台',
arr: [
{ name: '创新平台', url: '/NewPlatform/NewCore' },
- { name: '创新服务', url: '/NewPlatform/NewService' },
+ { name: '知识培训与科技人才服务平台', url: '/NewPlatform/NewService' },
],
showPage: 33,
list: [],
diff --git a/src/views/NewPlatform/components/HNav.vue b/src/views/NewPlatform/components/HNav.vue
index f7511de..e1f3258 100644
--- a/src/views/NewPlatform/components/HNav.vue
+++ b/src/views/NewPlatform/components/HNav.vue
@@ -26,7 +26,7 @@ export default {
url: '/NewPlatform/News',
},
{
- title: '创新服务',
+ title: '知识培训与科技人才服务平台',
url: '/NewPlatform/NewService',
},
],