大屏修改
This commit is contained in:
@ -60,7 +60,7 @@
|
||||
>
|
||||
<el-carousel-item><CollegeTalentsOne /></el-carousel-item>
|
||||
<el-carousel-item><CollegeTalentsTwo /></el-carousel-item>
|
||||
<el-carousel-item><CollegeTalentsThree /></el-carousel-item>
|
||||
<!-- <el-carousel-item><CollegeTalentsThree /></el-carousel-item> -->
|
||||
</el-carousel>
|
||||
</enterprise-employment-card>
|
||||
<!-- 右2 -->
|
||||
@ -136,57 +136,57 @@ const asideMeun = reactive({
|
||||
});
|
||||
const cardOneInfo = {
|
||||
title: "企业用工结构分布",
|
||||
description: "7万 家企业注册",
|
||||
description: "7万家企业(含个体工商户)",
|
||||
type1: {
|
||||
title: "岗位种类数",
|
||||
count: "约2509",
|
||||
count: "57",
|
||||
class: "modelItem1"
|
||||
},
|
||||
type2: {
|
||||
title: "岗位人员数",
|
||||
count: "约12万",
|
||||
title: "岗位人数",
|
||||
count: "24637",
|
||||
class: "modelItem2"
|
||||
}
|
||||
};
|
||||
const cardTwoInfo = {
|
||||
title: "服务网络覆盖情况",
|
||||
description: "5000 家人力资源行业机构",
|
||||
description: "17家人力资源费机构",
|
||||
type1: {
|
||||
title: "公共服务站点",
|
||||
count: "200",
|
||||
class: "modelItem1"
|
||||
},
|
||||
type2: {
|
||||
title: "其他服务机构",
|
||||
count: "200",
|
||||
count: "40",
|
||||
class: "modelItem1"
|
||||
}
|
||||
// type2: {
|
||||
// title: "其他服务机构",
|
||||
// count: "200",
|
||||
// class: "modelItem1"
|
||||
// }
|
||||
};
|
||||
const cardThreeInfo = {
|
||||
title: "高校人才供给能力",
|
||||
description: "10000 毕业生",
|
||||
description: "4000+毕业生",
|
||||
type1: {
|
||||
title: "高校数",
|
||||
count: "23",
|
||||
title: "学校数",
|
||||
count: "7",
|
||||
class: "modelItem2"
|
||||
},
|
||||
type2: {
|
||||
title: "促就业人数",
|
||||
count: "100000",
|
||||
count: "2980",
|
||||
class: "modelItem2"
|
||||
}
|
||||
};
|
||||
const cardFourInfo = {
|
||||
title: "三级劳务体系建设",
|
||||
description: "10000 名平台劳务经纪人",
|
||||
description: "198名平台劳务经纪人",
|
||||
type1: {
|
||||
title: "合作社",
|
||||
count: "400",
|
||||
count: "5",
|
||||
class: "modelItem2"
|
||||
},
|
||||
type2: {
|
||||
title: "劳务经纪人",
|
||||
count: "100000",
|
||||
count: "198",
|
||||
class: "modelItem2"
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user