| 预约编号 | 预约主题 | 空间类型 | 具体资源 | 预约时间 | 预约人 | 状态 | 费用 | 支付模式 | 创建时间 | 操作 | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ booking.booking_no || 'BK' + booking.id }} |
{{ booking.title }}
{{ booking.attendees_count || 0 }}人参会
|
{{ getTypeName(booking.type_code) }}
|
{{ booking.resource_name || booking.space_name || '未指定' }}
{{ booking.resource_location }}
容量{{ booking.resource_capacity }}人
|
{{ booking.booking_date }}
{{ booking.start_time }}-{{ booking.end_time }}
{{ booking.duration_hours }}小时
|
{{ booking.user_name }} | {{ booking.status === 'completed' && booking.payment_status === 'pending' ? '⚠️ 异常' : getStatusText(booking.status) }} 待支付 ¥{{ (booking.total_fee || 0).toFixed(2) }} |
¥{{ (booking.total_fee || booking.actual_fee || 0).toFixed(2) }}
{{ getPaymentStatusText(booking.payment_status) }}
|
{{ getPaymentModeIcon(booking.payment_mode) }} {{ getPaymentModeText(booking.payment_mode) }} |
{{ formatCreatedTime(booking.created_at) }}
|
|
暂无预约记录
加载中...