zhangjie hai 1 ano
pai
achega
07b4f8b800
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(() =>