兴蜀人力数据概览大屏
This commit is contained in:
@ -70,7 +70,20 @@
|
||||
:type1="cardFourInfo.type1"
|
||||
:type2="cardFourInfo.type2"
|
||||
style="margin-top: 0.625vw"
|
||||
/>
|
||||
>
|
||||
<el-carousel
|
||||
:interval="4000"
|
||||
type="card"
|
||||
height="17vw"
|
||||
indicator-position="none"
|
||||
:autoplay="true"
|
||||
>
|
||||
<el-carousel-item><LaborSystemOne /></el-carousel-item>
|
||||
<el-carousel-item><LaborSystemTwo /></el-carousel-item>
|
||||
<el-carousel-item><LaborSystemThree /></el-carousel-item>
|
||||
<el-carousel-item><LaborSystemFour /></el-carousel-item>
|
||||
</el-carousel>
|
||||
</enterprise-employment-card>
|
||||
</div>
|
||||
<div class="last_icon"></div>
|
||||
<!-- 弹窗 -->
|
||||
@ -99,6 +112,10 @@ import EnterpriseEmploymentThree from "./card/EnterpriseEmploymentThree.vue";
|
||||
import CollegeTalentsOne from "./card/CollegeTalentsOne.vue";
|
||||
import CollegeTalentsTwo from "./card/CollegeTalentsTwo.vue";
|
||||
import CollegeTalentsThree from "./card/CollegeTalentsThree.vue";
|
||||
import LaborSystemOne from "./card/LaborSystemOne.vue";
|
||||
import LaborSystemTwo from "./card/LaborSystemTwo.vue";
|
||||
import LaborSystemThree from "./card/LaborSystemThree.vue";
|
||||
import LaborSystemFour from "./card/LaborSystemFour.vue";
|
||||
|
||||
const { proxy } = getCurrentInstance();
|
||||
const isOpen_L = ref(true); //展开菜单-左边
|
||||
|
||||
Reference in New Issue
Block a user