| 账单编号 | 用户 | 部门 | 月份 | 预约次数 | 账单金额 | 已支付 | 状态 | 创建时间 | 操作 |
|---|---|---|---|---|---|---|---|---|---|
| {{ note.note_no }} | {{ note.user_name }} | {{ note.department || '-' }} | {{ note.month }} | {{ note.booking_count }} | ¥{{ note.total_amount.toFixed(2) }} | ¥{{ note.paid_amount.toFixed(2) }} | {{ getStatusText(note.status) }} | {{ formatTime(note.created_at) }} |
暂无记账账单
加载中...