|
@@ -40,7 +40,7 @@
|
|
|
<fast></fast>
|
|
|
</el-col>
|
|
|
<el-col :span="16" class="cause">
|
|
|
- <cause :enterList="enterList" :teacherList="teacherList"></cause>
|
|
|
+ <cause :enterList="enterList" :enterInfoList="enterInfoList"></cause>
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="mainWheel">
|
|
@@ -54,9 +54,7 @@
|
|
|
</el-col>
|
|
|
<el-col :span="16" class="wheelRight">
|
|
|
<el-col :span="24" class="danwei">
|
|
|
- <danwei :shiyeList="shiyeList" :gongwuyuanList="gongwuyuanList" :xuantiaoList="xuantiaoList"
|
|
|
- :xibuList="xibuList" :teguangList="teguangList" :sanzhiList="sanzhiList"
|
|
|
- :xueshengList="xueshengList"></danwei>
|
|
|
+ <danwei :danweiList="danweiList" :danweiInfoList="danweiInfoList"></danwei>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="yizhanshi">
|
|
|
<yizhanshi :image="image" :yizhanList="yizhanList"></yizhanshi>
|
|
@@ -105,17 +103,12 @@ export default {
|
|
|
talksoutList: null,
|
|
|
infoList: null,
|
|
|
enterList: null,
|
|
|
- teacherList: null,
|
|
|
- shiyeList: null,
|
|
|
- gongwuyuanList: null,
|
|
|
- xuantiaoList: null,
|
|
|
- xibuList: null,
|
|
|
- teguangList: null,
|
|
|
- sanzhiList: null,
|
|
|
- xueshengList: null,
|
|
|
- image:null,
|
|
|
- lunboList:null,
|
|
|
- yizhanList:null,
|
|
|
+ enterInfoList: null,
|
|
|
+ danweiList: null,
|
|
|
+ danweiInfoList: null,
|
|
|
+ image: null,
|
|
|
+ lunboList: null,
|
|
|
+ yizhanList: null,
|
|
|
linkImgList: null,
|
|
|
downList: null,
|
|
|
},
|
|
@@ -192,6 +185,7 @@ export default {
|
|
|
width: 830px;
|
|
|
height: 340px;
|
|
|
overflow: hidden;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
.mainQuick {
|
|
|
margin: 0 0 20px 0;
|
|
@@ -204,6 +198,7 @@ export default {
|
|
|
width: 830px;
|
|
|
height: 315px;
|
|
|
overflow: hidden;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
.mainWheel {
|
|
|
margin: 0 0 20px 0;
|
|
@@ -229,13 +224,16 @@ export default {
|
|
|
height: 315px;
|
|
|
margin: 0 0 20px 0;
|
|
|
overflow: hidden;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
.mainWheel .wheelRight .yizhanshi {
|
|
|
height: 285px;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
.mainLink {
|
|
|
margin: 0 0 20px 0;
|
|
|
height: 150px;
|
|
|
+ border: 1px solid #ccc;
|
|
|
}
|
|
|
.down {
|
|
|
height: 100px;
|