|
|
@ -366,10 +366,10 @@ class ShixunWorkReport extends Component {
|
|
|
|
<p className=" fl color-black mt25 summaryname">{data&&data.shixun_name}</p>
|
|
|
|
<p className=" fl color-black mt25 summaryname">{data&&data.shixun_name}</p>
|
|
|
|
{/*{this.props.isAdmin()?<a className=" fr font-14 ml30 mt10 mr20 color-grey-9 ">导出实训报告数据</a>:""}*/}
|
|
|
|
{/*{this.props.isAdmin()?<a className=" fr font-14 ml30 mt10 mr20 color-grey-9 ">导出实训报告数据</a>:""}*/}
|
|
|
|
<a onClick={this.goback} className="color-grey-6 fr font-14 ml20 mt15">返回</a>
|
|
|
|
<a onClick={this.goback} className="color-grey-6 fr font-14 ml20 mt15">返回</a>
|
|
|
|
{this.props.isAdmin() ? <a
|
|
|
|
<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> : ""}
|
|
|
|
> <Spin size="small" spinning={this.state.isspinning}>导出实训报告数据</Spin></a>
|
|
|
|
{/*{this.props.isAdmin() ?work_comment_hidden===true? "":<a*/}
|
|
|
|
{/*{this.props.isAdmin() ?work_comment_hidden===true? "":<a*/}
|
|
|
|
{/*className=" color-blue font-14 fr ml20 mt15"*/}
|
|
|
|
{/*className=" color-blue font-14 fr ml20 mt15"*/}
|
|
|
|
{/*onClick={()=>this.showAppraiseModal(1)}*/}
|
|
|
|
{/*onClick={()=>this.showAppraiseModal(1)}*/}
|
|
|
|