| | |
| | | <el-table-column prop="buildingName" label="楼宇名称" show-overflow-tooltip /> |
| | | <el-table-column label="楼层/房号" show-overflow-tooltip> |
| | | <template slot-scope="{row}"> |
| | | {{row.floorName}}{{row.roomNum}} |
| | | {{row.floorName}}/{{row.roomNum}} |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="area" label="面积" show-overflow-tooltip></el-table-column> |
| | | <el-table-column label="面积" show-overflow-tooltip> |
| | | <template slot-scope="{row}"> |
| | | {{row.rentArea}}㎡ |
| | | </template> |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <div class="title">退租信息</div> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">协议签订日期</div> |
| | | <div class="val">{{ info.signDate }}㎡</div> |
| | | <div class="val">{{ info.signDate }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">退租原因</div> |