|
@@ -341,7 +341,7 @@
|
|
|
</div>
|
|
|
<div class="title_class border_hr">
|
|
|
<span class="title_txt">单元户信息</span>
|
|
|
-
|
|
|
+ {{doorData[buildingIndex]}}
|
|
|
<el-tooltip
|
|
|
v-if="
|
|
|
doorData[buildingIndex] &&
|
|
@@ -363,7 +363,7 @@
|
|
|
<div
|
|
|
class="unit"
|
|
|
v-if="
|
|
|
- doorData[buildingIndex] &&
|
|
|
+ doorData[buildingIndex] &&
|
|
|
doorData[buildingIndex].unitFloorList &&
|
|
|
doorData[buildingIndex].unitFloorList.length
|
|
|
"
|
|
@@ -371,12 +371,13 @@
|
|
|
<div
|
|
|
class="floor"
|
|
|
v-if="
|
|
|
- doorData[buildingIndex].unitFloorList[unitIndex] &&
|
|
|
+ doorData[buildingIndex].unitFloorList[unitIndex] &&
|
|
|
doorData[buildingIndex].unitFloorList[unitIndex].roomList &&
|
|
|
- doorData[buildingIndex].unitFloorList[unitIndex].roomList.length
|
|
|
+ doorData[buildingIndex].unitFloorList[unitIndex].roomList.length
|
|
|
"
|
|
|
>
|
|
|
<!-- <h2>单元户<span>鼠标双击修改名称; 修改楼层名称后,请自行修改单元户的名称</span></h2> -->
|
|
|
+
|
|
|
<div
|
|
|
class="box clearfix"
|
|
|
:key="index3"
|