subPackage/grid/comprehensive.vue
@@ -18,7 +18,7 @@ <view class="detail bgc-ff"> <caption-row title="网格基本情况" /> <view class="detail-content f-28"> <text v-for="i in houseList" v-if="i.aoiName">{{i.aoiName?i.aoiName:''}} {{i.buildingName}} </text> <text v-for="i in houseList" v-if="i.aoiName">{{i.aoiName?i.aoiName:''}} {{i.buildingName|| ""}} </text> </view> </view>