状态: {{ room.status }}
住客: {{ room.guestName }}
租金: ¥{{ room.roomPrice }} / {{ room.rentMode === '长租' ? '月' : '天' }}
| 房间 | 住客 | 入住时间 | 退房时间 | 单笔收益 | 操作 |
|---|---|---|---|---|---|
| {{ order.roomNo }} ({{ order.rentMode || '短租' }}) | {{ order.guestName }} | {{ (order.checkInDate || '').substring(0, 16) }} | {{ (order.checkOutDate || '').substring(0, 16) }} | ¥{{ order.finalRevenue }} | 无权限修改 |
| 时间 | 操作内容 |
|---|---|
| {{ log.time }} | {{ log.action }} |