|
|
|
@ -38,7 +38,12 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 maxnamewidth100s',
|
|
|
|
|
width: '100px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '100px'}} className="maxnamewidth100s">{record.user_name}</span>
|
|
|
|
|
<span style={{width: '100px'}} className="maxnamewidth100s">
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.user_name}>{record.user_name}</a>
|
|
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -63,7 +68,9 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
sorter: true,
|
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '150px'}} className="maxnamewidth150s">{record.total_duration}</span>
|
|
|
|
|
<span style={{width: '150px'}} className="maxnamewidth150s"><a className="maxnamewidth150s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.total_duration}>{record.total_duration}</a></span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -76,7 +83,11 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
sorter: true,
|
|
|
|
|
sortDirections: sortDirections,
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '100px'}} className="maxnamewidth100s">{record.feq}</span>
|
|
|
|
|
<span style={{width: '100px'}} className="maxnamewidth100s">
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title={record.feq}>{record.feq}</a>
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -87,7 +98,11 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 maxnamewidth100s',
|
|
|
|
|
width: '100px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '100px', color: '#5091FF'}} className="xiaoshou">{record.start_at}</span>
|
|
|
|
|
<span style={{width: '100px'}} className="xiaoshou">
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title= {record.start_at}> {record.start_at}</a>
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
@ -98,7 +113,11 @@ class Videostatisticscomtwo extends Component {
|
|
|
|
|
className: 'font-14 maxnamewidth100s',
|
|
|
|
|
width: '100px',
|
|
|
|
|
render: (text, record) => (
|
|
|
|
|
<span style={{width: '100px', color: '#5091FF'}} className="xiaoshou">{record.end_at}</span>
|
|
|
|
|
<span style={{width: '100px'}} className="xiaoshou">
|
|
|
|
|
<a className="maxnamewidth100s" style={{
|
|
|
|
|
color:"#333333"
|
|
|
|
|
}} title= {record.end_at}>{record.end_at}</a>
|
|
|
|
|
</span>
|
|
|
|
|
),
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|