📷 人脸考勤系统

{{ currentDate }}

{{ toast.message }}

自动人脸打卡

等待启动 正在识别... ✅ 打卡成功 识别失败
{{ lastResult.success ? lastResult.name : '未匹配' }}
打卡时间 {{ lastResult.check_time }} | 置信度 {{ (lastResult.confidence * 100).toFixed(0) }}%
{{ lastResult.message }}
今日已打卡 ({{ todayRecords.length }}人)
{{ r.name }} {{ formatTimeShort(r.check_time) }}

注册新员工

✅ 已拍照 请先拍照再注册

员工列表 ({{ employees.length }}人)

  • {{ emp.name }}
暂无员工,请先注册

考勤记录

{{ r.name }} 识别度 {{ r.threshold.toFixed(2) }}
打卡
{{ formatTime(r.check_time) }}
暂无考勤记录

系统设置

人脸识别精细度
值越高越严格,太低会误匹配,太高会识别不到。推荐 0.60 ~ 0.70
{{ settings.threshold.toFixed(2) }}