@@ -206,10 +213,10 @@
*研究显示动态像素偏移技术可以修复屏幕坏点,起到保护屏幕的作用,数据来自实验室。专利号CN108648692
-
+ href="https://patentscope.wipo.int/search/zh/detail.jsf?docId=CN232281523&_cid=P20-M8L0YX-67061-1"
+ target="_blank"
+ >专利号CN108648692
+
*技术已自动适配您的设备,无需手动调整
@@ -221,7 +228,13 @@
{{
- state.studentList.length -
- state.boardData.attendance.exclude.length
+ state.studentList.length -
+ state.boardData.attendance.exclude.length
}}人
@@ -242,10 +255,10 @@
:
{{
- state.studentList.length -
- state.boardData.attendance.absent.length -
- state.boardData.attendance.late.length -
- state.boardData.attendance.exclude.length
+ state.studentList.length -
+ state.boardData.attendance.absent.length -
+ state.boardData.attendance.late.length -
+ state.boardData.attendance.exclude.length
}}人
@@ -317,9 +330,9 @@
>
-
+
出勤状态管理
-
+
{{ state.dateString }}
@@ -450,8 +463,11 @@
class="mr-2"
size="24"
>
- {{
- getStudentStatusIcon(state.studentList.indexOf(student))
+ {{
+ getStudentStatusIcon(
+ state.studentList.indexOf(student)
+ )
}}
@@ -552,14 +568,13 @@
-
+
-