mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
ba462f80db
commit
4244b92d61
@ -68,6 +68,7 @@
|
||||
<th class="text-center">租客电话</th>
|
||||
<th class="text-center">预约时间</th>
|
||||
<th class="text-center">预约房屋</th>
|
||||
<th class="text-center">房屋</th>
|
||||
<th class="text-center">状态</th>
|
||||
<th class="text-center">备注</th>
|
||||
<th class="text-right">操作</th>
|
||||
@ -79,7 +80,9 @@
|
||||
<td class="text-center">{{rentingAppointment.tenantSex == '0' ? '男':'女'}}</td>
|
||||
<td class="text-center">{{rentingAppointment.tenantTel}}</td>
|
||||
<td class="text-center">{{rentingAppointment.appointmentTime}}</td>
|
||||
<td class="text-center">{{rentingAppointment.appointmentRoomId}}</td>
|
||||
<td class="text-center">{{rentingAppointment.appointmentRoomName}}</td>
|
||||
<td class="text-center">{{rentingAppointment.roomName}}</td>
|
||||
|
||||
<td class="text-center">{{rentingAppointment.stateName}}</td>
|
||||
<td class="text-center">{{rentingAppointment.remark}}</td>
|
||||
<td class="text-right">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user