{{ course.title }}

{{ course.description }}

文件类型: {{ course.material_type.toUpperCase() }} 题目数: {{ course.questions ? course.questions.length : 0 }}
序号 用户名 姓名 电话 公司 备注 创建时间 操作
{{ index + 1 }} {{ user.username }} {{ user.name }} {{ user.phone }} {{ user.company || '-' }} {{ user.remark || '-' }} {{ formatDate(user.created_at) }}
驾驶员 课程 完成时间 签名 人脸照片
{{ comp.user_name }} {{ comp.course_title }} {{ formatDate(comp.completed_at) }} 查看签名 查看人脸 未提供
任务标题 描述 文档类型 签署情况 创建时间 操作
{{ task.title }} {{ task.description }} {{ task.document_type ? task.document_type.toUpperCase() : '-' }} {{ task.sign_count || 0 }}人已签 {{ formatDate(task.created_at) }} 查看文档
应签人数: {{ signStatistics.should_sign_count }}
实签人数: {{ signStatistics.signed_count }}
签署率: {{ signStatistics.should_sign_count > 0 ? Math.round(signStatistics.signed_count / signStatistics.should_sign_count * 100) : 0 }}%

暂无签署记录

序号 姓名 签名预览 签署时间 操作
{{ index + 1 }} {{ record.user_name }}
签名 无签名
{{ formatDate(record.signed_at) }}