|
|
|
@ -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>
|
|
|
|
@ -69,9 +83,25 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
sorter: true,
|
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div style={{width: '100px'}} className="maxnamewidth100s"><a className="maxnamewidth100s" style={{
|
|
|
|
|
<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.total_duration}>{record.total_duration}</a></div>
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a>
|
|
|
|
|
</div>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -85,6 +115,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,6 +143,20 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 ',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div>
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<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>
|
|
|
|
@ -113,6 +171,20 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 ',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<div>
|
|
|
|
|
<script>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
a{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
a:hover{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color:#333;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<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>
|
|
|
|
|