|
|
|
@ -40,6 +40,20 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
width: '100px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div style={{width: "100px",wordWrap: 'break-word', wordBreak: 'break-word'}} className="maxnamewidth100s">
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.user_name}>{record.user_name}</a>
|
|
|
|
@ -64,12 +78,27 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
dataIndex: 'total_duration',
|
|
|
|
|
key: 'total_duration',
|
|
|
|
|
align: "center",
|
|
|
|
|
className: 'font-14 maxnamewidth100s',
|
|
|
|
|
className: 'font-14 maxnamewidth200s',
|
|
|
|
|
width: '100px',
|
|
|
|
|
sorter: true,
|
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div style={{width: '100px'}} className="maxnamewidth100s"><a className="maxnamewidth100s" style={{
|
|
|
|
|
<div style={{width: '100px'}} className="maxnamewidth200s">
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth200s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a></div>
|
|
|
|
|
),
|
|
|
|
@ -85,6 +114,20 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div style={{width: '100px'}} className="maxnamewidth100s">
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.feq}>{record.feq}</a>
|
|
|
|
@ -99,9 +142,27 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 ',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div>
|
|
|
|
|
<a 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>
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
{
|
|
|
|
|
record.start_at?
|
|
|
|
|
<a style={{
|
|
|
|
|
}} title={moment(record.start_at).format('YYYY-MM-DD HH:mm:ss')}>{moment(record.start_at).format('YYYY-MM-DD HH:mm:ss')}</a>
|
|
|
|
|
:
|
|
|
|
|
<span style={{color:"#333333"}}>--</span>
|
|
|
|
|
}
|
|
|
|
|
</div>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
@ -113,9 +174,30 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 ',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div>
|
|
|
|
|
<a 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>
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
{
|
|
|
|
|
record.end_at?
|
|
|
|
|
<a style={{
|
|
|
|
|
|
|
|
|
|
}} title={moment(record.end_at).format('YYYY-MM-DD HH:mm:ss')}>{moment(record.end_at).format('YYYY-MM-DD HH:mm:ss')}</a>
|
|
|
|
|
:
|
|
|
|
|
<span style={{color:"#333333"}}>--</span>
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
),
|
|
|
|
|
}
|
|
|
|
@ -204,8 +286,8 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
is_finished: response.data.data[i].is_finished,
|
|
|
|
|
total_duration: response.data.data[i].total_duration?formatSeconds(response.data.data[i].total_duration):0,
|
|
|
|
|
feq: response.data.data[i].feq,
|
|
|
|
|
start_at: response.data.data[i].start_at,
|
|
|
|
|
end_at: response.data.data[i].end_at,
|
|
|
|
|
start_at: response.data.data[i].start_at?response.data.data[i].start_at:null,
|
|
|
|
|
end_at: response.data.data[i].end_at?response.data.data[i].end_at:null,
|
|
|
|
|
title: response.data.data[i].title,
|
|
|
|
|
})
|
|
|
|
|
}
|
|
|
|
|