| | |
| | | v-if="chooseTab == '居住证申请'" :key="Math.random()"></el-table-column> |
| | | <el-table-column prop="houseName" :show-overflow-tooltip="true" label="房屋" |
| | | v-if="chooseTab == '出租屋管理'" :key="Math.random()"></el-table-column> |
| | | <el-table-column prop="phone" :show-overflow-tooltip="true" label="关系" |
| | | v-if="chooseTab == '出租屋管理'" :key="Math.random()"></el-table-column> |
| | | <el-table-column prop="rentalUse" :show-overflow-tooltip="true" label="用途" |
| | | v-if="chooseTab == '出租屋管理'" :key="Math.random()"> |
| | | <template slot-scope="scope"> |
| | | <div v-if="scope.row.rentalUse == 1">仓库</div> |
| | | <div v-if="scope.row.rentalUse == 2">办公</div> |
| | | <div v-if="scope.row.rentalUse == 3">商用</div> |
| | | <div v-if="scope.row.rentalUse == 4">居住</div> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="houseStatus" :show-overflow-tooltip="true" label="房屋状态" |
| | | v-if="chooseTab == '出租屋管理'" :key="Math.random()"> |
| | | <template slot-scope="scope"> |