|
|
@ -1,6 +1,6 @@
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
import React,{ Component } from "react";
|
|
|
|
import { Input, Checkbox, Table, Tooltip, Pagination,Spin } from "antd";
|
|
|
|
import { Input, Checkbox, Table, Tooltip, Pagination,Spin } from "antd";
|
|
|
|
import { WordsBtn,on, off, trigger } from 'educoder';
|
|
|
|
import { WordsBtn,on, off, trigger ,getUrl} from 'educoder';
|
|
|
|
import axios from 'axios';
|
|
|
|
import axios from 'axios';
|
|
|
|
import Modals from '../../modals/Modals';
|
|
|
|
import Modals from '../../modals/Modals';
|
|
|
|
import Sendtofilesmodal from "../coursesPublic/SendToFilesModal";
|
|
|
|
import Sendtofilesmodal from "../coursesPublic/SendToFilesModal";
|
|
|
@ -15,7 +15,7 @@ import _ from 'lodash'
|
|
|
|
import './style.css';
|
|
|
|
import './style.css';
|
|
|
|
import '../css/members.css';
|
|
|
|
import '../css/members.css';
|
|
|
|
import moment from 'moment';
|
|
|
|
import moment from 'moment';
|
|
|
|
|
|
|
|
let imhost=getUrl();
|
|
|
|
class Fileslists extends Component{
|
|
|
|
class Fileslists extends Component{
|
|
|
|
constructor(props){
|
|
|
|
constructor(props){
|
|
|
|
super(props);
|
|
|
|
super(props);
|
|
|
@ -997,6 +997,7 @@ class Fileslists extends Component{
|
|
|
|
<Fileslistitem
|
|
|
|
<Fileslistitem
|
|
|
|
{...this.props}
|
|
|
|
{...this.props}
|
|
|
|
{...this.state}
|
|
|
|
{...this.state}
|
|
|
|
|
|
|
|
imhost={imhost}
|
|
|
|
discussMessage={item}
|
|
|
|
discussMessage={item}
|
|
|
|
isAdmin={this.props.isAdmin()}
|
|
|
|
isAdmin={this.props.isAdmin()}
|
|
|
|
isStudent={this.props.isStudent()}
|
|
|
|
isStudent={this.props.isStudent()}
|
|
|
@ -1062,4 +1063,4 @@ export default Fileslists;
|
|
|
|
{/*<div className="edu-tab-con-box clearfix edu-txt-center">*/}
|
|
|
|
{/*<div className="edu-tab-con-box clearfix edu-txt-center">*/}
|
|
|
|
{/*<img className="edu-nodata-img mb20" src="/images/educoder/nodata.png" />*/}
|
|
|
|
{/*<img className="edu-nodata-img mb20" src="/images/educoder/nodata.png" />*/}
|
|
|
|
{/*<p className="edu-nodata-p mb20">暂时还没有相关数据哦!</p></div>*/}
|
|
|
|
{/*<p className="edu-nodata-p mb20">暂时还没有相关数据哦!</p></div>*/}
|
|
|
|
{/*</div>*/}
|
|
|
|
{/*</div>*/}
|
|
|
|