总学生
{{ stats.total_students }}
总余额
{{ Number(stats.total_balance).toFixed(2) }}
今日出勤
{{ stats.today_attendance_count }}
本月退费
{{ Number(stats.projected_refund).toFixed(2) }}
📋 待处理请假 ({{
pendingLeaves.length }})
{{ formatDate(scope.row.start_date) }} 至 {{ formatDate(scope.row.end_date) }}
✅ 批准
¥{{ scope.row.balance.toFixed(2) }}
{{ scope.row.remarks || '-' }}
录入考勤
查看日历
💰 充值
➖ 扣费
🗑️ 删除
查询
{{ (scope.row.type === 'initial_deposit' || scope.row.type === 'recharge') ?
'充值' :
scope.row.type === 'refund' ? '缺勤退费' :
'扣费' }}
{{ (scope.row.type === 'initial_deposit' || scope.row.type === 'recharge') ? '+'
: '-' }}¥{{ scope.row.amount.toFixed(2) }}
¥{{ scope.row.balance_after ? scope.row.balance_after.toFixed(2) : '0.00' }}
{{ formatDateTime(scope.row.created_at) }}
🚀 立即发布
{{ formatDateTime(scope.row.created_at) }}
{{ scope.row.is_active ? '显示中' : '隐藏' }}