zhangjie hai 7 meses
pai
achega
b35ad60f52
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      src/features/student/studentInspect/MarkBody.vue

+ 1 - 2
src/features/student/studentInspect/MarkBody.vue

@@ -734,8 +734,7 @@ function parseMarkDetailList(): Array<MarkDetailItem[]> {
           userId: item.markerId,
           userName: item.markerName,
           color: item.header ? "green" : "red",
-          prename:
-            question.markerList.length > 1 ? `${zhs[index] || ""}评` : "评卷员",
+          prename: markers.length > 1 ? `${zhs[index] || ""}评` : "评卷员",
           scores: [],
           score: item.score,
         };