| | |
| | | <el-table-column prop="code" label="楼宇编码" min-width="80px"></el-table-column> |
| | | <el-table-column prop="area" label="建筑面积(m²)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="cqArea" label="管理面积(m²)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="" label="房间总数(间)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="" label="可招商房源数量(间)" min-width="100px"></el-table-column> |
| | | <el-table-column prop="roomNum" label="房间总数(间)" min-width="80px"></el-table-column> |
| | | <el-table-column prop="roomeRentNum" label="可招商房源数量(间)" min-width="100px"></el-table-column> |
| | | <el-table-column v-if="containPermissions(['business:ywbuilding:update', 'business:ywbuilding:delete'])" |
| | | label="操作" min-width="120" fixed="right"> |
| | | <template slot-scope="{row}"> |
| | |
| | | this.$refs.operaYwBuildingWindow.getProject() |
| | | }, |
| | | editFloor(row) { |
| | | this.$refs.FloorLevelRef.getList(row.id) |
| | | this.$refs.FloorLevelRef.id = row.id |
| | | this.$refs.FloorLevelRef.getList() |
| | | this.$refs.FloorLevelRef.visible = true |
| | | }, |
| | | handleDetail(row) { |