From dca59351cf3d07dc1491717433902ad08ba964ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Wed, 11 Mar 2020 18:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/courses/exercise/Studentshavecompletedthelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js index e9568a1cf..b0a337645 100644 --- a/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js +++ b/public/react/src/modules/courses/exercise/Studentshavecompletedthelist.js @@ -2797,7 +2797,7 @@ class Studentshavecompletedthelist extends Component { // console.log("Adjustment"); // console.log(e); if(this.state.objective_score===0&&this.state.subjective_score===0){ - this.props.showNotification('试卷题型分被限制为0分,不能调分,请到编辑试卷中修改题型分数'); + this.props.showNotification('试卷题型分被限制为0分,不能调分,请点击编辑试卷修改题型分数'); return }