|
@@ -197,7 +197,7 @@ export async function addWatermark(
|
|
|
// }
|
|
|
if (student.inspector && student.inspector.length) {
|
|
|
const allNameStr = student.inspector
|
|
|
- .map((item: any) => item.loginName)
|
|
|
+ .map((item: any) => item.name)
|
|
|
.join("、");
|
|
|
drawText(x, (y += height), "复核人: " + allNameStr);
|
|
|
}
|