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} } +
@@ -3859,21 +3860,23 @@ class Listofworksstudentone extends Component { lineHeight: "31px !important;", textAlign: "center;" }}> - - 已开始做题 - + + 已开始做题 + {teacherdata === undefined ? "0" : teacherdata.commit_count === undefined ? "0" : teacherdata.commit_count} - - 未开始做题 + + 未开始做题 {teacherdata === undefined ? "0" : teacherdata.uncommit_count} + className="ml3 mr3 " + style={{color: "#999999"}}>{teacherdata === undefined ? "0" : teacherdata.uncommit_count} + {teacherdata === undefined ? "" : teacherdata.left_time === undefined ? "" : teacherdata.left_time === null ? "" : {teacherdata.left_time.status}} {teacherdata === undefined ? "0" : teacherdata.left_time === undefined ? "0" : teacherdata.left_time === null ? "0" : {teacherdata.left_time.time}} - +