|
@@ -39,9 +39,11 @@
|
|
|
<other :otherList="otherList"></other>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <!-- <el-col :span="24" class="rili">
|
|
|
- <rili :rilitop="rilitop"></rili>
|
|
|
- </el-col> -->
|
|
|
+ <el-col :span="24" class="rili">
|
|
|
+ <calendar :rilitop="rilitop">
|
|
|
+ <slot name="rili"></slot>
|
|
|
+ </calendar>
|
|
|
+ </el-col>
|
|
|
<el-col :span="24" class="fast">
|
|
|
<div class="w_1200">
|
|
|
<fast :fasttop="fasttop" :fastlist="fastlist"></fast>
|
|
@@ -79,7 +81,7 @@ import login from '../../../layout/master/index/login.vue';
|
|
|
import huodong from '../../../layout/master/index/huodong.vue';
|
|
|
import recruit from '../../../layout/master/index/recruit.vue';
|
|
|
import other from '../../../layout/master/index/other.vue';
|
|
|
-import rili from '../../../layout/master/index/rili.vue';
|
|
|
+import calendar from '../../../layout/master/index/calendar.vue';
|
|
|
import fast from '../../../layout/master/index/fast.vue';
|
|
|
import contact from '../../../layout/master/index/contact.vue';
|
|
|
import yizhan from '../../../layout/master/index/yizhan.vue';
|
|
@@ -102,6 +104,7 @@ export default {
|
|
|
recruitList: null, //吉林省事业单位列表
|
|
|
otherList: null,
|
|
|
rilitop: null, //日历头部内容
|
|
|
+ calendar: null, //日历
|
|
|
fasttop: null, //快速通道头部内容
|
|
|
fastlist: null, //快速通道列表
|
|
|
contactinfo: null, //联系我们内容
|
|
@@ -121,7 +124,7 @@ export default {
|
|
|
huodong,
|
|
|
recruit,
|
|
|
other,
|
|
|
- // rili,
|
|
|
+ calendar,
|
|
|
fast,
|
|
|
contact,
|
|
|
yizhan,
|