|
|
|
@ -152,7 +152,7 @@ class InfosPath extends Component{
|
|
|
|
|
this.props.current_user && this.props.current_user.user_identity != "学生" ? <Create href={"/paths/new"} name={"新建实践课程"} index="3"></Create>:""
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
(!data || data.subjects.length==0) && (this.props.current_user && this.props.current_user.user_identity === "学生" || category) && <NoneData></NoneData>
|
|
|
|
|
(!data || data.subjects.length==0) && (this.props.current_user && this.props.current_user.user_identity === "学生" ) && <NoneData></NoneData>
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
data && data.subjects && data.subjects.map((item,key)=>{
|
|
|
|
|