This commit is contained in:
shijingjing
2022-07-07 09:27:48 +08:00
parent b8401c34c9
commit 5c7e2e4098

View File

@@ -6,11 +6,11 @@
<template slot="content"> <template slot="content">
<div class="statistics-top"> <div class="statistics-top">
<div class="statistics-top__item"> <div class="statistics-top__item">
<span>监测家庭户数</span> <span>监测对象户数</span>
<h2 style="color: #2266FF;">{{ totalInfo['监测家庭户数'] }}</h2> <h2 style="color: #2266FF;">{{ totalInfo['监测家庭户数'] }}</h2>
</div> </div>
<div class="statistics-top__item"> <div class="statistics-top__item">
<span>监测对象总数</span> <span>监测对象人口总数</span>
<h2 style="color: #22AA99;">{{ totalInfo['监测对象总数'] }}</h2> <h2 style="color: #22AA99;">{{ totalInfo['监测对象总数'] }}</h2>
</div> </div>
<div class="statistics-top__item"> <div class="statistics-top__item">