Browse Source

对接口3

V1.0
dai 3 years ago
parent
commit
e411c08880
  1. 12
      src/views/modules/home/index.vue

12
src/views/modules/home/index.vue

@ -63,11 +63,13 @@
<span>社区简介</span>
</div>
<p>
{{ pandectData.communityName }}归属{{
pandectData.streetName
}}划分为{{ pandectData.gridCount }}个网格现有居民{{
pandectData.homeCount
}}{{ pandectData.resiCount }}其中常住人口{{
{{ deptName }}<span v-if="pandectData.gridCount"
>划分为{{ pandectData.underCount }}{{
pandectData.underName
}}</span
>现有居民{{ pandectData.homeCount }}{{
pandectData.resiCount
}}其中常住人口{{
pandectData.permanentResiCount
}}流动人口{{
pandectData.floatingResiCount

Loading…
Cancel
Save