推送
This commit is contained in:
@ -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: ["第一产业", "第二产业", "第三产业"]
|
||||
|
||||
@ -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/>
|
||||
|
||||
|
||||
|
||||
@ -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: "人"
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user