大屏数据调整
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="content" v-show="isactive == -1">
|
||||
<div class="num">780,000</div>
|
||||
<div class="num">74.24万</div>
|
||||
<div class="label">人口总数</div>
|
||||
</div>
|
||||
<transition name="fade">
|
||||
@ -55,31 +55,31 @@ const onacitve = (index) => {
|
||||
|
||||
const modelContentList = ref([
|
||||
{
|
||||
num: "780,000",
|
||||
num: "65.33万",
|
||||
label: "户籍人口"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "8.91万",
|
||||
label: "流动人口"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "约27万",
|
||||
label: "就业人群"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "13000",
|
||||
label: "待就业人群"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "11209",
|
||||
label: "新增就业群体"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "28000",
|
||||
label: "灵活就业群体"
|
||||
},
|
||||
{
|
||||
num: "780,000",
|
||||
num: "6500",
|
||||
label: "领金人员"
|
||||
}
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user