|
|
|
@ -2600,29 +2600,31 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
color:rgba(255,104,0,1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.computeTime{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
color: #4CACFF;
|
|
|
|
|
border: 1px solid #4CACFF;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.computeTime {
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #FE6B21;
|
|
|
|
|
border: 1px solid #FE6B21;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.computeTimes{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
color: #C5C5C5;
|
|
|
|
|
border: 1px solid #EDEDED;
|
|
|
|
|
background:#EDEDED;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
.computeTimes{
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #C5C5C5;
|
|
|
|
|
border: 1px solid #EDEDED;
|
|
|
|
|
background:#EDEDED;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
.shixunSpin{
|
|
|
|
|
color:#FF6801;
|
|
|
|
@ -2643,12 +2645,12 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<span className="fl mr10 color-grey-6 ">计算成绩时间:{teacherdata&&teacherdata.calculation_time==null?"--": moment(teacherdata&&teacherdata.calculation_time).format('YYYY-MM-DD HH:mm')}</span>
|
|
|
|
|
{course_is_end===true?"":<span>
|
|
|
|
|
{teacherdata&&teacherdata.publish_immediately===false&&computeTimetype===true?
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTime font-13"} onClick={this.setComputeTimet}>
|
|
|
|
|
计算成绩
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTime font-16"} onClick={this.setComputeTimet}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>:""):
|
|
|
|
|
teacherdata&&teacherdata.homework_status!==undefined&&teacherdata.homework_status[0]=== "未发布"? "":
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTimes font-13"}>
|
|
|
|
|
计算成绩
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTimes font-16"}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>:"")
|
|
|
|
|
}
|
|
|
|
|
</span>}
|
|
|
|
@ -2842,30 +2844,32 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
font-weight:400;
|
|
|
|
|
color:rgba(255,104,0,1);
|
|
|
|
|
}
|
|
|
|
|
.computeTime{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
color: #4CACFF;
|
|
|
|
|
border: 1px solid #4CACFF;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.computeTime {
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #FE6B21;
|
|
|
|
|
border: 1px solid #FE6B21;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.computeTimes{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
color: #C5C5C5;
|
|
|
|
|
border: 1px solid #EDEDED;
|
|
|
|
|
background:#EDEDED;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.computeTimes{
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #C5C5C5;
|
|
|
|
|
border: 1px solid #EDEDED;
|
|
|
|
|
background:#EDEDED;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
`}
|
|
|
|
|
</style>
|
|
|
|
|
{visibles === true ?
|
|
|
|
@ -2949,15 +2953,15 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
{ course_is_end===true?"":teacherdata&&teacherdata.task_operation[0]==="开启挑战"?"":<span>
|
|
|
|
|
{computeTimetype===true?
|
|
|
|
|
(this.props.isNotMember()===false?
|
|
|
|
|
<div className={"computeTime font-13"} onClick={this.setComputeTime}>
|
|
|
|
|
计算成绩
|
|
|
|
|
<div className={"computeTime font-16"} onClick={this.setComputeTime}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>
|
|
|
|
|
:"")
|
|
|
|
|
:
|
|
|
|
|
(teacherdata&&teacherdata.homework_status!==undefined&&teacherdata.homework_status[0]=== "未发布"? "":
|
|
|
|
|
this.props.isNotMember()===false?
|
|
|
|
|
<div className={"computeTimes font-13"}>
|
|
|
|
|
计算成绩
|
|
|
|
|
<div className={"computeTimes font-16"}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>
|
|
|
|
|
:"")
|
|
|
|
|
}
|
|
|
|
@ -3127,29 +3131,31 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
font-weight:400;
|
|
|
|
|
color:rgba(255,104,0,1);
|
|
|
|
|
}
|
|
|
|
|
.computeTime{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
.computeTime {
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
color: #4CACFF;
|
|
|
|
|
border: 1px solid #4CACFF;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #FE6B21;
|
|
|
|
|
border: 1px solid #FE6B21;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.computeTimes{
|
|
|
|
|
width: 73px;
|
|
|
|
|
height: 24px;
|
|
|
|
|
width: 122px;
|
|
|
|
|
height: 31px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
line-height: 13px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
color: #C5C5C5;
|
|
|
|
|
border: 1px solid #EDEDED;
|
|
|
|
|
background:#EDEDED;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
}
|
|
|
|
|
`}
|
|
|
|
|
</style>
|
|
|
|
@ -3158,15 +3164,26 @@ class Listofworksstudentone extends Component {
|
|
|
|
|
<span className="fl mr10 color-grey-6 ">计算成绩时间:{teacherdata&&teacherdata.calculation_time==null?"--": moment(teacherdata&&teacherdata.calculation_time).format('YYYY-MM-DD HH:mm')}</span>
|
|
|
|
|
{ course_is_end===true?"":teacherdata&&teacherdata.task_operation&&teacherdata.task_operation[0]==="开启挑战"?"":<span>
|
|
|
|
|
{computeTimetype===true?
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTime font-13"} onClick={this.setComputeTime}>
|
|
|
|
|
计算成绩
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTime font-16"} onClick={this.setComputeTime}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>:""):
|
|
|
|
|
teacherdata&&teacherdata.homework_status!==undefined&&teacherdata.homework_status[0]=== "未发布"? "":
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTimes font-13"}>
|
|
|
|
|
计算成绩
|
|
|
|
|
(this.props.isNotMember()===false?<div className={"computeTimes font-16"}>
|
|
|
|
|
查看最新成绩
|
|
|
|
|
</div>:"")
|
|
|
|
|
}
|
|
|
|
|
</span>}
|
|
|
|
|
{/* {teacherdata&&teacherdata.task_operation&&teacherdata.task_operation[0]==="开启挑战"?"":<span>*/}
|
|
|
|
|
{/*{computeTimetype===true?*/}
|
|
|
|
|
{/* (this.props.isNotMember()===false?<div className={"computeTime font-16"} onClick={this.setComputeTime}>*/}
|
|
|
|
|
{/* 查看最新成绩*/}
|
|
|
|
|
{/* </div>:""):*/}
|
|
|
|
|
{/* teacherdata&&teacherdata.homework_status!==undefined&&teacherdata.homework_status[0]=== "未发布"? "":*/}
|
|
|
|
|
{/* (this.props.isNotMember()===false?<div className="computeTimes font-16">*/}
|
|
|
|
|
{/* 查看最新成绩*/}
|
|
|
|
|
{/* </div>:"")*/}
|
|
|
|
|
{/*}*/}
|
|
|
|
|
{/*</span>}*/}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
{/*因为计算按钮占了和这个位置,和设计沟通学生视角取消这个按钮*/}
|
|
|
|
|