| | |
| | | <view class="detail bgc-ff"> |
| | | <caption-row title="网格基本情况" /> |
| | | <view class="detail-content f-28"> |
| | | <text v-for="i in houseList">{{i.aoiName}}{{i.buildingName}}</text> |
| | | <text v-for="i in houseList">{{i.aoiName?i.aoiName:''}} {{i.buildingName}} </text> |
| | | </view> |
| | | </view> |
| | | |
| | |
| | | |
| | | <script> |
| | | import captionRow from "@/components/caption/caption.vue" |
| | | import { getGridDetail } from "@/api/grid/grid.js" |
| | | import { |
| | | getGridDetail |
| | | } from "@/api/grid/grid.js" |
| | | export default { |
| | | components:{ |
| | | captionRow |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | |
| | | z-index: 999; |
| | | |
| | | } |
| | | |
| | | .grid{ |
| | | width:100%; |
| | | padding:20rpx; |
| | | box-sizing: border-box; |
| | | |
| | | .grid-item{ |
| | | width:32.8%; |
| | | padding:20rpx 0; |
| | |
| | | .detail{ |
| | | padding: 0 30rpx; |
| | | margin:40rpx 0 20rpx; |
| | | |
| | | .detail-content{ |
| | | padding:20rpx 0; |
| | | text-indent: 2em; |
| | | } |
| | | } |
| | | |
| | | .comment { |
| | | width: 100%; |
| | | padding: 0 30rpx 160rpx; |