diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue index 95fa23be..eaf9dd6b 100644 --- a/src/components/drawers/CheckStu.vue +++ b/src/components/drawers/CheckStu.vue @@ -141,7 +141,7 @@ " /> -
{{ item.status === 0 ? "进行中" : item.status === 1 ? "已完成" : "未开始" }}
+
{{ item.status === 2 ? "进行中" : item.status === 1 ? "已完成" : "未开始" }}