|
|
@ -403,10 +403,6 @@ class ShixunWorkReport extends Component {
|
|
|
|
{this.props.isAdmin() ?<a
|
|
|
|
{this.props.isAdmin() ?<a
|
|
|
|
className=" color-blue font-14 fr ml20 mt15"
|
|
|
|
className=" color-blue font-14 fr ml20 mt15"
|
|
|
|
onClick={()=>this.confirmysl(`/student_works/${homeworkid}/export_shixun_work_report.pdf`)}
|
|
|
|
onClick={()=>this.confirmysl(`/student_works/${homeworkid}/export_shixun_work_report.pdf`)}
|
|
|
|
> <Spin size="small" spinning={this.state.isspinning}>导出实训报告</Spin></a>:
|
|
|
|
|
|
|
|
parseInt(this.props&&this.props.user.user_id)===parseInt(data&&data.user_id)?<a
|
|
|
|
|
|
|
|
className=" color-blue font-14 fr ml20 mt15"
|
|
|
|
|
|
|
|
onClick={() => this.confirmysl(`/student_works/${homeworkid}/export_shixun_work_report.pdf`)}
|
|
|
|
|
|
|
|
> <Spin size="small" spinning={this.state.isspinning}>导出实训报告</Spin></a>:
|
|
|
|
> <Spin size="small" spinning={this.state.isspinning}>导出实训报告</Spin></a>:
|
|
|
|
parseInt(this.props&&this.props.user.user_id)===parseInt(data&&data.user_id)?<a
|
|
|
|
parseInt(this.props&&this.props.user.user_id)===parseInt(data&&data.user_id)?<a
|
|
|
|
className=" color-blue font-14 fr ml20 mt15"
|
|
|
|
className=" color-blue font-14 fr ml20 mt15"
|
|
|
@ -541,6 +537,8 @@ class ShixunWorkReport extends Component {
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<ConclusionEvaluation
|
|
|
|
<ConclusionEvaluation
|
|
|
|
data={data}
|
|
|
|
data={data}
|
|
|
@ -716,4 +714,3 @@ class ShixunWorkReport extends Component {
|
|
|
|
|
|
|
|
|
|
|
|
export default ShixunWorkReport;
|
|
|
|
export default ShixunWorkReport;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|