|
@@ -12,12 +12,12 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="common two">
|
|
|
- <el-col :span="12" class="left"> 第一项 </el-col>
|
|
|
- <el-col :span="12" class="left"> 第一项 </el-col>
|
|
|
+ <el-col :span="12" class="left"><top topText="高企政策服务"></top>高企政策服务</el-col>
|
|
|
+ <el-col :span="12" class="left"><top topText="创新劵服务"></top>创新劵服务</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="common thr">
|
|
|
- <el-col :span="12" class="left"> 第一项 </el-col>
|
|
|
- <el-col :span="12" class="left"> 第一项 </el-col>
|
|
|
+ <el-col :span="12" class="left"><top topText="科技成果服务"></top>科技成果服务</el-col>
|
|
|
+ <el-col :span="12" class="left"><top topText="科技成果服务"></top>科技成果服务</el-col>
|
|
|
</el-col>
|
|
|
</div>
|
|
|
</el-col>
|
|
@@ -26,12 +26,13 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+import top from './parts/top.vue';
|
|
|
import { btnList } from './btnList.js';
|
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
|
export default {
|
|
|
name: 'index',
|
|
|
props: {},
|
|
|
- components: {},
|
|
|
+ components: { top },
|
|
|
data: function () {
|
|
|
return {
|
|
|
list: btnList,
|