diff --git a/public/react/src/modules/courses/busyWork/CommonWorkList.js b/public/react/src/modules/courses/busyWork/CommonWorkList.js index 8ac0debf5..ca93833bb 100644 --- a/public/react/src/modules/courses/busyWork/CommonWorkList.js +++ b/public/react/src/modules/courses/busyWork/CommonWorkList.js @@ -184,7 +184,7 @@ function buildColumns(that, student_works, studentData) { } columns = columns.concat([{ width: 88, - title: '提交状态', + title: '作品状态', dataIndex: 'work_status', key: 'work_status', @@ -320,7 +320,7 @@ function buildColumns(that, student_works, studentData) { if (!niPingAndIsStudent) { columns.push({ width: '113px', - title: '最终成绩', + title: '当前成绩', key: 'work_score', dataIndex: 'work_score', sorter: true, @@ -362,7 +362,7 @@ function buildColumns(that, student_works, studentData) { {/* 0 未提交 */} {/**/} {/**/} - { isAdmin && 调整学生最终成绩
其它历史评分将全部失效}> + { isAdmin && 调整学生当前成绩
其它历史评分将全部失效}> that.showModulationModal(record)} >调分 diff --git a/public/react/src/modules/courses/poll/PollDetailTabForth.js b/public/react/src/modules/courses/poll/PollDetailTabForth.js index 98127be7e..1af04bebe 100644 --- a/public/react/src/modules/courses/poll/PollDetailTabForth.js +++ b/public/react/src/modules/courses/poll/PollDetailTabForth.js @@ -589,7 +589,7 @@ class PollDetailTabForth extends Component{
截止时间:
- + diff --git a/public/react/src/modules/courses/poll/PollDetailTabForthRules.js b/public/react/src/modules/courses/poll/PollDetailTabForthRules.js index 1a53b1acd..9d686fd00 100644 --- a/public/react/src/modules/courses/poll/PollDetailTabForthRules.js +++ b/public/react/src/modules/courses/poll/PollDetailTabForthRules.js @@ -462,7 +462,7 @@ class PollDetailTabForthRules extends Component{ disabledTime={disabledDateTime} disabledDate={disabledDate} disabled={ - this.props.type==="Exercise"? + this.props.type==="Exercise"||this.props.type==="polls"? rule.e_timeflag === undefined ? rule.publish_time === null ? false : moment(rule.end_time, dataformat) <= moment() ?this.props.isAdmin()?!flagPageEdit: true : !flagPageEdit : rule.e_timeflag == true ? this.props.isAdmin()?!flagPageEdit :true : !flagPageEdit: rule.e_timeflag === undefined ? rule.publish_time === null ? false : moment(rule.end_time, dataformat) <= moment() ? true : !flagPageEdit : rule.e_timeflag == true ? true : !flagPageEdit }