2. 拼音极速录入
已录: {{ enteredCount }}/{{ students.length }}
当前命中:
{{ st.name }}
输入纯拼音进行检索
⚠️ 未找到拼音符合的学生
未录入学生 ({{ unenteredStudents.length }})
{{ st.name }}
{{ st.pinyins[0] }}
成绩总览
| 姓名 | 系统合法全拼 | 成绩 |
|---|---|---|
| {{ st.name }} |
{{ py }}
|
{{ st.score !== null ? st.score + ' 分' : '未录' }} |