zhangjie 1 年之前
父節點
當前提交
07b4f8b800
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/check/ObjectiveAnswer.vue

+ 1 - 1
src/features/check/ObjectiveAnswer.vue

@@ -205,7 +205,7 @@ const isLast = $computed(() => currentIndex === studentIds.length - 1);
 const isMultiStudent = $computed(() => studentIds.length > 1);
 const totalScore = $computed(() => {
   if (!student) return 0;
-  return (student.objectiveScore || 0) + (student.subjectiveScore || 0);
+  return student.objectiveScore || 0;
 });
 
 const curImageUrl = $computed(() =>