zhangjie 7 tháng trước cách đây
mục cha
commit
aefbcae964
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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: [],