zhangjie 7 月之前
父节点
当前提交
b35ad60f52
共有 1 个文件被更改,包括 1 次插入2 次删除
  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,
         };