|
|
|
@ -207,6 +207,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
feq: response.data.data[i].feq,
|
|
|
|
|
start_at: response.data.data[i].start_at,
|
|
|
|
|
end_at: response.data.data[i].end_at,
|
|
|
|
|
title: response.data.data[i].title,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -436,12 +437,21 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
}
|
|
|
|
|
</Menu>
|
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
let mytitle="";
|
|
|
|
|
if(isAdmin){
|
|
|
|
|
mytitle=this.props&&this.props.mytitle;
|
|
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
mytitle=this.state.data[0].title;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
|
<React.Fragment>
|
|
|
|
|
<div className="ws100s">
|
|
|
|
|
<div className="ws100s teacherentrydivss edu-back-white ">
|
|
|
|
|
<div className="ws100s sortinxdirection">
|
|
|
|
|
<div className="ws50s sptits">视频名称视频名称…</div>
|
|
|
|
|
<div className="ws50s sptits">{mytitle}</div>
|
|
|
|
|
<div className="ws50s sptitss xaxisreverseorder font-14" style={{
|
|
|
|
|
color: "#5091FF",
|
|
|
|
|
lineHeight: "42px",
|
|
|
|
@ -463,9 +473,9 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
<span className="mr5 xiaoshou">分班</span>
|
|
|
|
|
{
|
|
|
|
|
fbbool === true ?
|
|
|
|
|
<i className="iconfont icon-sanjiaoxing-down font-13 mr32 xiaoshou"></i>
|
|
|
|
|
<i className="iconfont icon-sanjiaoxing-up font-13 mr32 xiaoshou"></i>
|
|
|
|
|
:
|
|
|
|
|
<i className="iconfont icon-sanjiaoxing-up font-13 mr32 xiaoshou"></i>
|
|
|
|
|
<i className="iconfont icon-sanjiaoxing-down font-13 mr32 xiaoshou"></i>
|
|
|
|
|
}
|
|
|
|
|
</span>
|
|
|
|
|
</Dropdown>
|
|
|
|
@ -488,7 +498,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
<div className="ws100s ysltableo mt10">
|
|
|
|
|
<div className="ws100s ysltableo mt10" style={{ minHeight: "400px"}}>
|
|
|
|
|
{
|
|
|
|
|
data.length === 0 ?
|
|
|
|
|
<div style={{
|
|
|
|
|