📋 记账账单管理

{{ stats.totalNotes }}
总账单数
{{ stats.pendingNotes }}
待处理账单
{{ stats.paidNotes }}
已支付账单
¥{{ stats.totalAmount.toFixed(2) }}
账单总金额
账单编号 用户 部门 月份 预约次数 账单金额 已支付 状态 创建时间 操作
{{ 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) }}
📋

暂无记账账单

{{ note.note_no }}
{{ getStatusText(note.status) }}
用户 {{ note.user_name }}
部门 {{ note.department || '-' }}
月份 {{ note.month }}
预约次数 {{ note.booking_count }}次
账单金额 ¥{{ note.total_amount.toFixed(2) }}
已支付 ¥{{ note.paid_amount.toFixed(2) }}

加载中...