视频统计

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

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

@ -50,7 +50,8 @@ class Videostatisticscom extends Component {
className: 'font-14',
width: '98px',
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