diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js index 9224e7eb2..f6e7c4532 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkList.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js @@ -136,7 +136,7 @@ function buildColumns(that, student_works) { render: (text, record) => ( - {record.work_group} + {record.work_group} ), }) @@ -150,7 +150,8 @@ function buildColumns(that, student_works) { render: (project_info, record) => ( - {project_info && project_info.name && {project_info.name}} @@ -249,7 +250,8 @@ function buildColumns(that, student_works) { */ columns.push({ width: 84, - title:
匿评
评分
, + // title:
匿评
评分
, + title:
匿评评分
, key: 'student_score', dataIndex: 'student_score', @@ -614,6 +616,7 @@ class CommonWorkList extends Component{ ref="checkCodeModal" {...this.props} > + tr > th, .workListContent .ant-table-tbody > tr > td { + padding: 10px 2px; + } `}
{ isAdmin &&