diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js index 46d06e300..30bc37d88 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkList.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js @@ -93,7 +93,7 @@ function buildColumns(that, student_works) { ), }] - if (!niPingAndIsStudent) { + if (!niPingAndIsStudent && isAdminOrStudent) { columns.push({ width: 88, title: '学号',