|
|
|
@ -49,7 +49,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
<a className="maxnamewidth100s xiaoshout" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.user_name}>{record.user_name}</a>
|
|
|
|
|
|
|
|
|
@ -88,7 +88,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
<a className="maxnamewidth100s xiaoshout" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a></div>
|
|
|
|
|
),
|
|
|
|
@ -113,7 +113,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
<a className="maxnamewidth100s xiaoshout" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.feq}>{record.feq}</a>
|
|
|
|
|
</div>
|
|
|
|
@ -138,7 +138,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
</script>
|
|
|
|
|
{
|
|
|
|
|
record.start_at?
|
|
|
|
|
<a style={{
|
|
|
|
|
<a className="xiaoshout" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={moment(record.start_at).format('YYYY-MM-DD HH:mm:ss')}>{moment(record.start_at).format('YYYY-MM-DD HH:mm:ss')}</a>
|
|
|
|
|
:
|
|
|
|
@ -166,7 +166,7 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
</script>
|
|
|
|
|
{
|
|
|
|
|
record.end_at?
|
|
|
|
|
<a style={{
|
|
|
|
|
<a className="xiaoshout" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={moment(record.end_at).format('YYYY-MM-DD HH:mm:ss')}>{moment(record.end_at).format('YYYY-MM-DD HH:mm:ss')}</a>
|
|
|
|
|
:
|
|
|
|
|