@@ -42,9 +42,6 @@
<th>单元编号</th>
<th>房屋编号</th>
<th>楼层</th>
- <th>房间数</th>
- <th>户型</th>
- <th>创建员工</th>
<th>操作</th>
</tr>
</thead>
@@ -54,25 +51,16 @@
{{room.roomId}}
</td>
<td>
- {{room.floorNum}}
+ {{room.floorNum}}号楼
- {{room.unitNum}}
+ {{room.unitNum}}单元
- {{room.roomNum}}
+ {{room.roomNum}}室
- {{room.layer}}
- </td>
- <td>
- {{room.section}}
- {{room.apartmentName}}
- {{room.userName}}
+ {{room.layer}}层
<button class="btn btn-primary btn-xs" v-on:click="chooseRoom(room)">选择