| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: song |
| | | * @LastEditTime: 2023-04-02 13:39:14 |
| | | * @LastEditTime: 2023-04-02 14:24:34 |
| | | * @FilePath: \srs-police-affairs\src\views\house\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | |
| | | <div v-show="contentShow" class="result-content" ref="resultContentBox"> |
| | | <el-main v-loading="villageInfoLoading" element-loading-background="rgba(0, 0, 0, 0.2)" |
| | | element-loading-text="数据正在加载中" element-loading-spinner="el-icon-loading"> |
| | | element-loading-text="数据正在加载中" element-loading-spinner="el-icon-loading" style="overflow:hidden;padding:0px;"> |
| | | |
| | | <div class="housing-estate-info" ref="housingEstateInfoBox"> |
| | | <div class="housing-title"> |
| | |
| | | </div> |
| | | |
| | | <div class="floor-content" v-show="subNavType == 1"> |
| | | <el-main v-loading="BuildListLoading" element-loading-background="rgba(0, 0, 0, 0.2)" |
| | | element-loading-text="数据正在加载中" element-loading-spinner="el-icon-loading" style="overflow:hidden;padding:0px;"> |
| | | |
| | | <div class="build-info"> |
| | | <div class="nextBtn" @click="lastBtn" v-show="lastBtnShow == true"> |
| | | <i class="el-icon-caret-left"></i> |
| | |
| | | <i v-show="buildingList.length > 10 && nextBtnShow" class="el-icon-caret-right"></i> |
| | | </div> |
| | | </div> |
| | | |
| | | </el-main> |
| | | <div class="ridgepole-info"> |
| | | <div class="title">楼栋信息</div> |
| | | <div class="content"> |
| | |
| | | </el-select> |
| | | </div> |
| | | </div> |
| | | <el-main v-loading="pictLoading" element-loading-background="rgba(17, 38, 163, .1)" |
| | | element-loading-text="数据正在加载中" element-loading-spinner="el-icon-loading" |
| | | v-show="isShowHouseBox"> |
| | | <el-main v-loading="pictLoading" element-loading-background="rgba(0, 0, 0, 0.2)" |
| | | element-loading-text="数据正在加载中" element-loading-spinner="el-icon-loading" style="overflow:hidden;padding:0px;"> |
| | | <div class="floor-outBox"> |
| | | <div @click="lastFloorBtn" class="floorBtn" v-show="lastFloorShow"> |
| | | <i class="el-icon-caret-left"></i> |
| | |
| | | allHouseFloorList: [], |
| | | isShowPictArrow: "never", |
| | | villageInfoLoading: false, |
| | | BuildListLoading:false, |
| | | } |
| | | }, |
| | | |
| | |
| | | // 大搜之搜索面详细数据(停车场出入口商场、 小区名称类型地址、楼栋数据) |
| | | getSearchExtensivelyBgAoiDeepdata (ak, region, ids, infos) { |
| | | this.villageInfoLoading = true |
| | | this.BuildListLoading = true |
| | | getSearchExtensivelyBgAoiDeepdata(ak, region, ids, infos).then((res) => { |
| | | let baseUrl |
| | | if (process.env.NODE_ENV == "development") { |
| | |
| | | elev: `${item.elev}`, |
| | | }) |
| | | }) |
| | | |
| | | this.BuildListLoading = false |
| | | |
| | | this.buildingClick(this.buildingList[0]) |
| | | } |
| | | |
| | |
| | | this.pictLoading = false |
| | | } else { |
| | | this.isShowHouseBox = false |
| | | this.pictLoading = false |
| | | } |
| | | }) |
| | | |
| | | }, |
| | | |
| | | tableRowClassName ({ row, rowIndex }) { |