diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js index 528aa1d9e..f79507d4d 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkList.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js @@ -97,7 +97,12 @@ function buildColumns(that, student_works, studentData) { }} title={text && text.length > 5 ? text : ''}> {/* */} - {text} + {record.is_leader ? +
+
{text}
+
组长
+
+ : {text}} ), }]