大屏修改

This commit is contained in:
2025-10-21 15:51:27 +08:00
parent b1fbb307dc
commit 52535df2fb
12 changed files with 123 additions and 110 deletions

View File

@ -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"
}
};