|
@@ -17,8 +17,8 @@
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
<el-col :span="16" class="leftcont">
|
|
<el-col :span="16" class="leftcont">
|
|
- <el-col :span="5" class="fenlei">分类</el-col>
|
|
|
|
- <el-col :span="19" class="between">数据展示</el-col>
|
|
|
|
|
|
+ <el-col :span="5" class="fenlei"> <fenlei></fenlei></el-col>
|
|
|
|
+ <el-col :span="19" class="between"><zhanshi :zhanshiList="zhanshiList"></zhanshi></el-col>
|
|
<el-col :span="24" class="gonggao">通知公告</el-col>
|
|
<el-col :span="24" class="gonggao">通知公告</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col class="rightCont">
|
|
<el-col class="rightCont">
|
|
@@ -45,17 +45,21 @@ import top from '@/layout/index/top.vue';
|
|
import logo from '@/layout/index/logo.vue';
|
|
import logo from '@/layout/index/logo.vue';
|
|
import menuInfo from '@/layout/index/menuInfo.vue';
|
|
import menuInfo from '@/layout/index/menuInfo.vue';
|
|
import foot from '@/layout/index/foot.vue';
|
|
import foot from '@/layout/index/foot.vue';
|
|
-
|
|
|
|
|
|
+import fenlei from '@/layout/shuju/fenlei.vue';
|
|
|
|
+import zhanshi from '@/layout/shuju/zhanshi.vue';
|
|
export default {
|
|
export default {
|
|
name: 'shuju',
|
|
name: 'shuju',
|
|
props: {
|
|
props: {
|
|
info: null, //站点信息
|
|
info: null, //站点信息
|
|
|
|
+ zhanshiList: null,
|
|
},
|
|
},
|
|
components: {
|
|
components: {
|
|
top, //头部
|
|
top, //头部
|
|
logo, //logo
|
|
logo, //logo
|
|
menuInfo, //导航
|
|
menuInfo, //导航
|
|
foot, //底部
|
|
foot, //底部
|
|
|
|
+ fenlei, //左侧分类
|
|
|
|
+ zhanshi, //数据展示
|
|
},
|
|
},
|
|
data: () => ({}),
|
|
data: () => ({}),
|
|
created() {},
|
|
created() {},
|