视频统计

courseware
杨树林 5 years ago
parent 499c26050a
commit ee77244aba

@ -12,8 +12,8 @@ class Videostatistics extends Component{
super(props); super(props);
this.state={ this.state={
watch_staticsdata:[], watch_staticsdata:[],
tisticsbool:true, tisticsbool:false,
tisid:0, tisid:null,
} }

@ -50,7 +50,8 @@ class Videostatisticscom extends Component {
className: 'font-14', className: 'font-14',
width: '98px', width: '98px',
render: (text, record) => ( render: (text, record) => (
<span style={{width: '98px'}}>{record.is_finished}</span> <span style={{width: '98px'}}>{record.is_finished===true?
<span style={{color:"#5091FF"}}></span>:<span style={{color:"#E02020"}}></span>}</span>
), ),
}, },
{ {

Loading…
Cancel
Save