diff --git a/public/评价体系.xlsx b/public/评价体系.xlsx new file mode 100644 index 0000000..e49a61e Binary files /dev/null and b/public/评价体系.xlsx differ diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index df378fc..dc014fd 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -217,6 +217,41 @@ +
+
+
+
+
+ +
+
+
+ 教师专属 +
+
+
+

+ 评价体系说明 +

+

+ 下载完整的实践教学评价体系说明文档,包含评价维度、指标定义、评分标准等详细内容。 +

+
+ 评价维度 + 指标体系 + 评分标准 +
+ +
+
+
{ + const link = document.createElement('a') + link.href = '/评价体系.xlsx' + link.download = '实践教学评价体系说明.xlsx' + link.click() + } + return { user, goToEvaluate, goToPortrait, goToUpload, - navigateToReport + navigateToReport, + downloadEvaluationSystem } } } diff --git a/src/views/Login.vue b/src/views/Login.vue index a4666f8..65bf78b 100644 --- a/src/views/Login.vue +++ b/src/views/Login.vue @@ -152,15 +152,6 @@ 快速体验
- +