diff --git a/public/react/src/modules/courses/busyWork/CommonWorkPost.js b/public/react/src/modules/courses/busyWork/CommonWorkPost.js index 709e4a450..84ce51fad 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkPost.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkPost.js @@ -768,7 +768,9 @@ render(){ display:item.user_name===undefined?"none":"" }}> -
{item.user_name}{item.is_leader && }
+
+ {item.user_name}{ (item.is_leader || !this.isEdit && key==0) && } +
{item.group_name}
{item.student_id}