|
|
@ -6,8 +6,9 @@ |
|
|
|
</div> |
|
|
|
<div class="top-box"> |
|
|
|
<banner :show-page="48" /> |
|
|
|
<add-model :value="3" class="add-mol" style="height: 32px" /> |
|
|
|
<settled-model :type-num="0" class="set-mol" /> |
|
|
|
<!-- <add-model :value="3" class="add-mol" style="height: 32px" /> --> |
|
|
|
<settled-model :type-num="0" class="add-mol" style="height: 32px" /> |
|
|
|
<a-button class="set-mol" type="primary">统计信息填报</a-button> |
|
|
|
</div> |
|
|
|
<!-- <div class="center-box"> |
|
|
|
<div class="center-title"> |
|
|
@ -55,7 +56,7 @@ |
|
|
|
<script> |
|
|
|
import HNav from '../../components/HNav.vue'; |
|
|
|
import BreadCrumb from 'components/BreadCrumb/BreadCrumb.vue'; |
|
|
|
import AddModel from './../../components/AddModel.vue'; |
|
|
|
// 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'; |
|
|
@ -63,7 +64,7 @@ import SettledEnterprise from 'components/SettledEnterprise/SettledEnterprise.vu |
|
|
|
|
|
|
|
export default { |
|
|
|
name: 'VirtualSpace', |
|
|
|
components: { HNav, BreadCrumb, AddModel, SettledModel, Banner, SettledEnterprise }, |
|
|
|
components: { HNav, BreadCrumb, SettledModel, Banner, SettledEnterprise }, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
title: '虚拟众创空间', |
|
|
|