|
@@ -12,7 +12,12 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="main">
|
|
<el-col :span="24" class="main">
|
|
<div class="w_1200">
|
|
<div class="w_1200">
|
|
- 交流互动
|
|
|
|
|
|
+ <el-col :span="24">
|
|
|
|
+ <el-col :span="8" class="left">
|
|
|
|
+ <demand :demandlist="demandlist"></demand>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="16" class="right"><right></right></el-col>
|
|
|
|
+ </el-col>
|
|
</div>
|
|
</div>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="foot">
|
|
<el-col :span="24" class="foot">
|
|
@@ -29,6 +34,9 @@
|
|
import top from '@/layout/common/top.vue';
|
|
import top from '@/layout/common/top.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import menus from '@/layout/common/menus.vue';
|
|
import foot from '@/layout/common/foot.vue';
|
|
import foot from '@/layout/common/foot.vue';
|
|
|
|
+import demand from './parts/demand.vue';
|
|
|
|
+import right from './parts/right.vue';
|
|
|
|
+
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
import { mapState, createNamespacedHelpers } from 'vuex';
|
|
export default {
|
|
export default {
|
|
name: 'index',
|
|
name: 'index',
|
|
@@ -36,10 +44,36 @@ export default {
|
|
components: {
|
|
components: {
|
|
top,
|
|
top,
|
|
menus,
|
|
menus,
|
|
|
|
+ demand,
|
|
|
|
+ right,
|
|
|
|
+
|
|
foot,
|
|
foot,
|
|
},
|
|
},
|
|
data: function() {
|
|
data: function() {
|
|
- return {};
|
|
|
|
|
|
+ return {
|
|
|
|
+ demandlist: [
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ { title: 'ceshi', date: '2019-03-04' },
|
|
|
|
+ ],
|
|
|
|
+ };
|
|
},
|
|
},
|
|
created() {},
|
|
created() {},
|
|
methods: {},
|
|
methods: {},
|
|
@@ -74,7 +108,7 @@ export default {
|
|
margin: 0 10px 0 0;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
}
|
|
.right {
|
|
.right {
|
|
- width: 78%;
|
|
|
|
|
|
+ width: 65.8%;
|
|
min-height: 1050px;
|
|
min-height: 1050px;
|
|
background: #fff;
|
|
background: #fff;
|
|
}
|
|
}
|