diff --git a/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js b/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js
index 146511712..e933bc411 100644
--- a/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js
+++ b/public/react/src/modules/courses/busyWork/reply/CommonWorkAppraiseReply.js
@@ -277,7 +277,7 @@ class CommonWorkAppraiseReply extends Component{
showModulationtype={this.showModulationtype}
addSuccess={this.addSuccess} ref={this.editorRef} totalCount={comment_scores.length}
onReply={this.onReply} placeholder={"请在此输入对本作品的评语,最大限制2000个字符"}
- showSameScore={isGroup}
+ showSameScore={isGroup && isAdmin}
> }
{/* ${!!comment_scores.length ? 'bor-bottom-greyE' : ''} */}
diff --git a/public/react/src/modules/courses/members/teacherList.js b/public/react/src/modules/courses/members/teacherList.js
index c0c450ac0..9e20bd64d 100644
--- a/public/react/src/modules/courses/members/teacherList.js
+++ b/public/react/src/modules/courses/members/teacherList.js
@@ -39,15 +39,17 @@ function buildColumns(that) {
render: (content, item, index) => {
return {(that.state.page - 1) * 20 + index + 1}
}
- },{
- title: '用户ID',
- width: 120,
- dataIndex: 'login',
- key: 'login',
- render: (login, record) => {
- return 8 ? login : ''}`}>{login}
- }
- }, {
+ }
+ // ,{
+ // title: '用户ID',
+ // width: 120,
+ // dataIndex: 'login',
+ // key: 'login',
+ // render: (login, record) => {
+ // return 8 ? login : ''}`}>{login}
+ // }
+ // }
+ , {
title: '姓名',
dataIndex: 'name',
width: 120,