zhangjie 7 месяцев назад
Родитель
Сommit
aefbcae964
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/features/student/studentInspect/MarkBody.vue

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

@@ -731,8 +731,8 @@ function parseMarkDetailList(): Array<MarkDetailItem[]> {
       }
       users = markers.map((item, index) => {
         return {
-          userId: item.markerId,
-          userName: item.markerName,
+          userId: item.userId,
+          userName: item.userName,
           color: item.header ? "green" : "red",
           prename: markers.length > 1 ? `${zhs[index] || ""}评` : "评卷员",
           scores: [],