From bc40fb5f28d5e7ff4e0841f523ce4e082553d8ba Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 11 Apr 2024 11:53:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/achievement/info/course.vue | 421 +++++++++--------- src/pages/achievement/info/project.vue | 523 +++++++++++------------ src/pages/achievement/list/course.vue | 13 +- src/pages/achievement/list/project.vue | 14 +- src/pages/achievement/show/index.vue | 64 +-- src/pages/assessment/list/index.vue | 14 +- src/pages/expSystem/list/index.vue | 10 +- src/pages/match/list/index.vue | 5 +- src/pages/match/manage/matchArchList.vue | 4 +- src/pages/match/manage/matchRank.vue | 19 +- src/pages/match/manage/matchSignup.vue | 31 +- src/pages/product/list/index.vue | 2 - src/pages/project/add/index.vue | 11 +- 13 files changed, 570 insertions(+), 561 deletions(-) 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"> - - - - - -
- 导出 -
- - - - - - - - - - - - - - - - 确定 - -
+ + 确定 + +
+