From 60c8ad0d63443df1a8e1e68a58e3d575aaf11ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Mon, 28 Oct 2019 10:45:56 +0800 Subject: [PATCH 1/5] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../shixunHomework/Listofworksstudentone.js | 35 ++++++++++--------- public/stylesheets/educoder/edu-main.css | 4 --- 2 files changed, 19 insertions(+), 20 deletions(-) diff --git a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js index 79b40f658..2bf9035b2 100644 --- a/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js +++ b/public/react/src/modules/courses/shixunHomework/Listofworksstudentone.js @@ -3663,16 +3663,16 @@ class Listofworksstudentone extends Component { textAlign: "center;" }}> - - 已开始做题 - + + 已开始做题 + {teacherdata === undefined ? "0" : teacherdata.commit_count === undefined ? "0" : teacherdata.commit_count} - 人 - 未开始做题 + 人 + 未开始做题 {teacherdata === undefined ? "0" : teacherdata.uncommit_count}人 - + className="ml3 mr3 color-grey-9">{teacherdata === undefined ? "0" : teacherdata.uncommit_count}人 + {teacherdata === undefined ? "" : teacherdata.left_time === undefined ? "" : teacherdata.left_time === null ? "" : {teacherdata.left_time.status} } @@ -3680,6 +3680,7 @@ class Listofworksstudentone extends Component { {teacherdata.left_time.time} } +