|
@@ -13,31 +13,31 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common">
|
|
<el-col :span="24" class="common">
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="科技项目评审" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="科技项目评审" :userMore="false"></top> -->
|
|
<list type="1" :list="oneList" @detail="detail"></list>
|
|
<list type="1" :list="oneList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="高企政策服务" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="高企政策服务" :userMore="false"></top> -->
|
|
<list type="1" :list="twoList" @detail="detail"></list>
|
|
<list type="1" :list="twoList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="高企申报服务" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="高企申报服务" :userMore="false"></top> -->
|
|
<list type="1" :list="thrList" @detail="detail"></list>
|
|
<list type="1" :list="thrList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="科技成果评价" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="科技成果评价" :userMore="false"></top> -->
|
|
<list type="1" :list="fourList" @detail="detail"></list>
|
|
<list type="1" :list="fourList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="专家智库" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="专家智库" :userMore="false"></top> -->
|
|
<list type="1" :list="fiveList" @detail="detail"></list>
|
|
<list type="1" :list="fiveList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="企业管理" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="企业管理" :userMore="false"></top> -->
|
|
<list type="1" :list="sixList" @detail="detail"></list>
|
|
<list type="1" :list="sixList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="common_1">
|
|
<el-col :span="24" class="common_1">
|
|
- <top topText="机构管理" :userMore="false"></top>
|
|
|
|
|
|
+ <!-- <top topText="机构管理" :userMore="false"></top> -->
|
|
<list type="1" :list="sevenList" @detail="detail"></list>
|
|
<list type="1" :list="sevenList" @detail="detail"></list>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -90,7 +90,7 @@ const _ = require('lodash');
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
props: {},
|
|
props: {},
|
|
- components: { top, list, info },
|
|
|
|
|
|
+ components: { list, info },
|
|
data: function () {
|
|
data: function () {
|
|
return {
|
|
return {
|
|
list: btnList,
|
|
list: btnList,
|