|
|
|
@ -2644,7 +2644,7 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
|
|
|
|
|
{/*作品状态GraduationTaskssettinglist*/}
|
|
|
|
|
<ul className="clearfix" style={{padding: '20px 15px 10px 20px'}}>
|
|
|
|
|
<li className="clearfix ">
|
|
|
|
|
<li className="clearfix " >
|
|
|
|
|
<span className="fl mr10 color-grey-6 ">计算成绩时间:{teacherdata&&teacherdata.calculation_time==null?"--": moment(teacherdata&&teacherdata.calculation_time).format('YYYY-MM-DD HH:mm')}</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -2938,7 +2938,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
marginBottom: "10px"
|
|
|
|
|
}}>
|
|
|
|
|
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="clearfix" style={{
|
|
|
|
|
lineHeight: "31px !important;",
|
|
|
|
|
textAlign: "center;"
|
|
|
|
|
}}>
|
|
|
|
|
|
|
|
|
|
<span className="fl color-grey-6 font-12">
|
|
|
|
|
<span
|
|
|
|
@ -3108,7 +3111,10 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
padding: '20px 20px 10px 20px',
|
|
|
|
|
marginBottom: "10px"
|
|
|
|
|
}}>
|
|
|
|
|
<div className="clearfix">
|
|
|
|
|
<div className="clearfix" style={{
|
|
|
|
|
lineHeight: "31px !important;",
|
|
|
|
|
textAlign: "center;"
|
|
|
|
|
}}>
|
|
|
|
|
<span className="fl color-grey-6 font-12">
|
|
|
|
|
<span className="color-orange-tip">
|
|
|
|
|
{teacherdata === undefined ? "0" : teacherdata.commit_count === undefined ? "0" : teacherdata.commit_count}
|
|
|
|
|