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(() =>