diff --git a/src/views/teacherEnd/score/index.vue b/src/views/teacherEnd/score/index.vue
index 3e034a1..7a61c00 100644
--- a/src/views/teacherEnd/score/index.vue
+++ b/src/views/teacherEnd/score/index.vue
@@ -112,13 +112,13 @@
backgroundColor: '#02a7f0!important',
}"
>
-
-
+
+
- 已完成
+ {{ row.progressStatus === "COMPLETED" ? "已完成" : row.progressStatus === "IN_PROGRESS" ? "进行中" : "未开始" }}
-
+