|
|
@ -29,21 +29,21 @@ |
|
|
|
|
|
|
|
<div class="mewq"> |
|
|
|
<div class="boxss"> |
|
|
|
<div style="margin-top: 10px;"> |
|
|
|
<div style="margin-top: 10px;" @click="handelClickToResi"> |
|
|
|
<span style="color: #2683DB; font-size: 25px;">{{ pandectData.totalResidents }}</span> |
|
|
|
<br> |
|
|
|
<span style="color: #858585; font-size: 12px;">居民总数</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="boxss"> |
|
|
|
<div style="margin-top: 10px;"> |
|
|
|
<div style="margin-top: 10px;" @click="handelClickToResi"> |
|
|
|
<span style="color: #2683DB; font-size: 25px;">{{ pandectData.permanentResiCount }}</span> |
|
|
|
<br> |
|
|
|
<span style="color: #858585; font-size: 12px;">常住人口</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="boxss"> |
|
|
|
<div style="margin-top: 10px;"> |
|
|
|
<div style="margin-top: 10px;" @click="handelClickToResi"> |
|
|
|
<span style="color: #2683DB; font-size: 25px;">{{ pandectData.floatingResiCount }}</span> |
|
|
|
<br> |
|
|
|
<span style="color: #858585; font-size: 12px;">流动人口</span> |
|
|
@ -594,7 +594,7 @@ export default { |
|
|
|
this.$router.push({ |
|
|
|
name: "base-resi", |
|
|
|
params: { |
|
|
|
category: e.residentCategory, |
|
|
|
category: e.residentCategory || null, |
|
|
|
}, |
|
|
|
}); |
|
|
|
}, |
|
|
|