大屏数据调整
This commit is contained in:
@ -136,15 +136,15 @@ const asideMeun = reactive({
|
|||||||
});
|
});
|
||||||
const cardOneInfo = {
|
const cardOneInfo = {
|
||||||
title: "企业用工结构分布",
|
title: "企业用工结构分布",
|
||||||
description: "200.000 家企业注册",
|
description: "7万 家企业注册",
|
||||||
type1: {
|
type1: {
|
||||||
title: "岗位种类数",
|
title: "岗位种类数",
|
||||||
count: "200",
|
count: "约2509",
|
||||||
class: "modelItem1"
|
class: "modelItem1"
|
||||||
},
|
},
|
||||||
type2: {
|
type2: {
|
||||||
title: "岗位人员数",
|
title: "岗位人员数",
|
||||||
count: "200",
|
count: "约12万",
|
||||||
class: "modelItem2"
|
class: "modelItem2"
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="content" v-show="isactive == -1">
|
<div class="content" v-show="isactive == -1">
|
||||||
<div class="num">780,000</div>
|
<div class="num">74.24万</div>
|
||||||
<div class="label">人口总数</div>
|
<div class="label">人口总数</div>
|
||||||
</div>
|
</div>
|
||||||
<transition name="fade">
|
<transition name="fade">
|
||||||
@ -55,31 +55,31 @@ const onacitve = (index) => {
|
|||||||
|
|
||||||
const modelContentList = ref([
|
const modelContentList = ref([
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "65.33万",
|
||||||
label: "户籍人口"
|
label: "户籍人口"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "8.91万",
|
||||||
label: "流动人口"
|
label: "流动人口"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "约27万",
|
||||||
label: "就业人群"
|
label: "就业人群"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "13000",
|
||||||
label: "待就业人群"
|
label: "待就业人群"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "11209",
|
||||||
label: "新增就业群体"
|
label: "新增就业群体"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "28000",
|
||||||
label: "灵活就业群体"
|
label: "灵活就业群体"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
num: "780,000",
|
num: "6500",
|
||||||
label: "领金人员"
|
label: "领金人员"
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user