From 33fc9b2c3db76ca51acec3e152efa9effec03b1a Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sun, 02 Apr 2023 13:07:47 +0800
Subject: [PATCH] 修改
---
src/views/house/index.vue | 33 ++++++++++++++-------------------
1 files changed, 14 insertions(+), 19 deletions(-)
diff --git a/src/views/house/index.vue b/src/views/house/index.vue
index 537b76f..1d28a3c 100644
--- a/src/views/house/index.vue
+++ b/src/views/house/index.vue
@@ -38,18 +38,17 @@
</div>
<div class="housing-bg">
<!-- <div class="block">
- <el-carousel height="150px" :arrow="isShowPictArrow">
- <el-carousel-item v-for="(item, index) in villageInfo.pic_url_list" :key="index">
- <el-image style=" height: 100%" :src="item"
- :preview-src-list="villageInfo.pic_url_list"></el-image>
- </el-carousel-item>
- </el-carousel>
- </div> -->
+ <el-carousel height="150px" :arrow="isShowPictArrow">
+ <el-carousel-item v-for="(item, index) in villageInfo.pic_url_list" :key="index">
+ <el-image style=" height: 100%" :src="item"
+ :preview-src-list="villageInfo.pic_url_list"></el-image>
+ </el-carousel-item>
+ </el-carousel>
+ </div> -->
<img :src="villageInfo.pic_url" alt="" v-show="villageInfo.pic_url">
<el-empty :image-size="120" description="暂无照片"
v-show="!villageInfo.pic_url && isHaveNoPic == true"></el-empty>
-
</div>
<div class="housing-introduce">
<div>
@@ -188,7 +187,7 @@
<!-- :class="[{ 'chuzu': value.houseType == '出租' }, { 'zizhu': value.houseType == '自住' }, { 'kongzhi': value.houseType == '空置' }, { 'shangye': value.houseType == '商业' }]" -->
{{ value.properties.fojcu }}
<!-- <div class="flow"></div>
- <div class="warning"></div>-->
+ <div class="warning"></div>-->
</div>
</div>
</div>
@@ -201,7 +200,8 @@
<el-table :data="comeOutData" style="width: 100%"
:header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
:cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }"
- :row-class-name="tableRowClassName" @row-click="deepDataRowClick($event, 'comeOut')">
+ :row-class-name="tableRowClassName" @row-click="deepDataRowClick($event, 'comeOut')"
+ empty-text="暂无出入口数据">
<el-table-column prop="name" label="名称" width="180"
:show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="x" label="经度" width="100"></el-table-column>
@@ -213,7 +213,8 @@
<el-table :data="parkingLotData" style="width: 100%"
:header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
:cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }"
- :row-class-name="tableRowClassName" @row-click="deepDataRowClick($event, 'park')">
+ :row-class-name="tableRowClassName" @row-click="deepDataRowClick($event, 'park')"
+ empty-text="暂无停车场数据">
<el-table-column prop="name" label="名称" width="180"
:show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="x" label="经度" width="100"></el-table-column>
@@ -226,7 +227,7 @@
:header-cell-style="{ 'text-align': 'center', 'background-color': '#203c60', 'borderColor': '#324e75' }"
:cell-style="{ 'text-align': 'center', 'borderColor': '#324e75' }"
:row-class-name="tableRowClassName" @row-click="deepDataRowClick($event, 'business')"
- @sort-change="sortDevName">
+ @sort-change="sortDevName" empty-text="暂无商场数据">
<el-table-column sortable="custom" prop="name" label="名称" width="180"
:show-overflow-tooltip="true"></el-table-column>
<el-table-column prop="x" label="经度" width="100"></el-table-column>
@@ -447,13 +448,7 @@
buildingChoosed: {},
unitHouseChoosed: [],
parkingLotData: [],
- comeOutData: [
- { name: 123, date: 555 },
- { name: 2, date: 5535 },
- { name: 123, date: 54255 },
- { name: 123, date: 542555 },
- { name: 112323, date: 555 },
- ],
+ comeOutData: [],
businessData: [],
keyPersonTitle: '人员详情',
keyPersonVisible: false,
--
Gitblit v1.9.3