diff --git a/src/pages/achievement/info/course.vue b/src/pages/achievement/info/course.vue index 110b905..1fa1a68 100644 --- a/src/pages/achievement/info/course.vue +++ b/src/pages/achievement/info/course.vue @@ -8,269 +8,270 @@ - - - - - +
- - + + :label="item.className"> -
-
-
-

实验总人数

-

{{ peopleNum }}

-
-
-

实验平均分

-

{{ avgScore }}

+ + + + + +
+
+
+

实验总人数

+

{{ peopleNum }}

+
+
+

实验平均分

+

{{ avgScore }}

+
+
+

实验最高分

+

{{ maxScore || 0 }}

+
+
+

实验最低分

+

{{ minScore || 0 }}

+
-
-

实验最高分

-

{{ maxScore || 0 }}

+
+
+ + + +
错误率分析
+
+
+ 错误率最高:{{ max.projectName }} + 参加考试{{ permissions ? (max.numberOfParticipants || 0) : (max.quantityAfterWeightRemoval || 0) }}人 | {{ curTab == 1 ? `共${max.itemErrorCount || 0}人做错,` : '' }}错误率{{ max.errorRate || 0 }}%
-
-

实验最低分

-

{{ minScore || 0 }}

+
+ 错误率最低:{{ min.projectName }} + 参加考试{{ permissions ? (min.numberOfParticipants || 0) : (min.quantityAfterWeightRemoval || 0) }}人 | {{ curTab == 1 ? `共${min.itemErrorCount || 0}人做错,` : '' }}错误率{{ min.errorRate || 0 }}%
-
-
+ id="chart1">
+
- -
错误率分析
-
-
- 错误率最高:{{ max.projectName }} - 参加考试{{ permissions ? (max.numberOfParticipants || 0) : (max.quantityAfterWeightRemoval || 0) }}人 | {{ curTab == 1 ? `共${max.itemErrorCount || 0}人做错,` : '' }}错误率{{ max.errorRate || 0 }}% + +
+
+ +
+
+ 导出成绩列表 + +
-
- 错误率最低:{{ min.projectName }} - 参加考试{{ permissions ? (min.numberOfParticipants || 0) : (min.quantityAfterWeightRemoval || 0) }}人 | {{ curTab == 1 ? `共${min.itemErrorCount || 0}人做错,` : '' }}错误率{{ min.errorRate || 0 }}% + + + + + + + + + + + + + + + + + + + -
-
+
+ - -
-
- -
-
- 导出成绩列表 - -
+ +
+ 导出
- - + row-key="id"> + width="100" + align="center"> + - - - - - - + width="90"> - - - - - -
- 导出 -
- - - - - - - - - - - - - - - - 确定 - -
+ + 确定 + +
+