Lou
2024-04-16 8ddcd81c8393fb574bfb2cd172dfbe772a84bee9
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>