@ -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>
),
},
{