🔐

管理后台登录

请输入管理员密码以继续

{{ loginError }}
📊

总管理后台

实时监控与数据管理

{{ stats.todayRegistrations || 0 }}
📝 今日登记人数
{{ stats.todayConfirmed || 0 }}
✅ 今日确认入职
{{ stats.activeAgents || 0 }}
👥 活跃代理数
{{ stats.todayCheckins || 0 }}
📅 今日打卡人数
{{ stats.totalCheckins || 0 }}
🔄 总打卡次数
📎 数据导出 导出所有登记记录为Excel文件
🔄 实时登记流 (最近20条)
自动刷新 ({{ countdown }}s)
序号 时间 姓名 手机号 学校 代理 工厂 状态 操作
{{ idx+1 }} {{ formatTime(item.created_at) }} {{ item.student_name }} {{ maskPhone(item.student_phone) }} {{ item.school }} {{ item.agent_name }} {{ item.factory || '-' }} {{ item.status === 'registered' ? '⏳ 待入职' : '✅ 已入职' }}
📭
暂无登记记录
📅 打卡记录流 (最近200条)
时间姓名手机号代理工厂
{{ formatTime(log.checkin_time) }} {{ log.student_name }} {{ maskPhone(log.student_phone) }} {{ log.agent_name }} {{ log.factory || '-' }}
暂无打卡记录

{{ currentStudentName }} 的打卡记录

暂无打卡记录
{{ formatDateTime(log.checkin_time) }}
打卡时间
{{ log.hours ? log.hours + ' 小时' : '未记录时长' }}
工作时长
系统仅供暑假公测使用 · 数据实时同步
© 2026 暑假考勤管理系统 v2.0