This commit is contained in:
2025-10-23 14:01:59 +08:00
parent 314b2f566d
commit c7158482c6
4 changed files with 14 additions and 8 deletions

View File

@ -6,7 +6,7 @@
<li class="center-item" v-for="(it,idx) in centerList" :key="idx">
<div class="label">{{it.label}}</div>
<div class="count">
<Statis :count="it.num" :height="86" :len="2" bg="countBg" />
<Statis :count="it.num" :height="86" :len="2" bg="countBg" />
<span class="num">( {{it.dw}} )</span>
</div>
</li>
@ -135,7 +135,7 @@ onMounted(()=>{
font-size: 1.563vw;
width: 1.458vw;
height: 2.24vw;
line-height: 2.24vw;
line-height: 2.24vw;
background: url('~@/assets/images/bg_01.png') no-repeat center center;
background-size: 100% 100%;
color: #0DE0FF;
@ -345,4 +345,4 @@ onMounted(()=>{
}
}
}
</style>
</style>

View File

@ -41,7 +41,10 @@ const option = {
fontSize: 14,
color: '#CBF2FA',
rotate: 0,
margin: 15
margin: 15,
show: true,
interval: 0,
hideOverlap: false
},
type: "category",
data: ["第一产业", "第二产业", "第三产业"]

View File

@ -79,6 +79,9 @@
:type1="cardThreeInfo.type1"
:type2="cardThreeInfo.type2"
>
<template v-slot:header>
<div class="header_bg" style="margin-top:1vw">近2个月保供比亚迪入职人员分析</div>
</template>
<ListView/>

View File

@ -281,7 +281,7 @@ const modelSets = {
{ num: "628个", label: "服务企业" },
{ num: "36所", label: "合作学校" },
{ num: "19个", label: "合作区县" },
{ num: "17期", label: "培训课程" },
{ num: "9000+", label: "培训人次" },
{ num: "870人", label: "领证人数" }
]
};
@ -308,19 +308,19 @@ const statisticData = ref([
{
imgURL: tongjiPxjg,
title: "博士",
count: "133",
count: "40",
unit: "人"
},
{
imgURL: tongjiPxjg,
title: "硕士",
count: "1012",
count: "1213",
unit: "人"
},
{
imgURL: tongjiPxjg,
title: "本科",
count: "20792",
count: "21788",
unit: "人"
}
]);