From 15ef53806d4e75197d9a4bd75c6919f5f5907d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 31 Dec 2019 14:22:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=97=AE=E5=8D=B7=E6=88=AA=E6=AD=A2?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/poll/PollDetailTabForth.js | 5 +++-- .../src/modules/courses/poll/PollDetailTabForthRules.js | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) 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 } From b6e2b7195908ef073e63518398d4eefe9eeb2f57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 31 Dec 2019 14:29:59 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/courses/busyWork/CommonWorkList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)} >调分