zhangjie 7 сар өмнө
parent
commit
aefbcae964

+ 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: [],