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