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} } +