房间ID | 类型 | 价格 | 特色 | 余量 |
---|---|---|---|---|
{{ room.RoomID }} | {{ room.Type }} | {{ room.Price }} | {{ room.Feature || '-' }} | {{ room.AvailableCount }} |
预订ID | 房间ID | 入住时间 | 入住天数 |
---|---|---|---|
{{ res.ReservationID }} | {{ res.RoomID }} | {{ new Date(res.CheckInTime).toLocaleDateString() }} | {{ res.StayDays }} |