|
|
@ -155,7 +155,7 @@ class Studentstatistics extends Component {
|
|
|
|
user_name: response.data.data[i].user_name,
|
|
|
|
user_name: response.data.data[i].user_name,
|
|
|
|
is_finished: response.data.data[i].is_finished,
|
|
|
|
is_finished: response.data.data[i].is_finished,
|
|
|
|
total_duration:response.data.data[i].total_duration?formatSeconds(response.data.data[i].total_duration):0,
|
|
|
|
total_duration:response.data.data[i].total_duration?formatSeconds(response.data.data[i].total_duration):0,
|
|
|
|
feq:response.data.data[i].feq,
|
|
|
|
feq:response.data.data[i].freq,
|
|
|
|
start_at:response.data.data[i].start_at,
|
|
|
|
start_at:response.data.data[i].start_at,
|
|
|
|
end_at:response.data.data[i].end_at,
|
|
|
|
end_at:response.data.data[i].end_at,
|
|
|
|
})
|
|
|
|
})
|
|
|
@ -263,7 +263,7 @@ class Studentstatistics extends Component {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
`
|
|
|
|
`
|
|
|
|
.ysltableo .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
|
|
|
|
.ysltableo .ant-table-thead > tr > th, .ant-table-tbody > tr > td {
|
|
|
|
padding: 10px 10px;
|
|
|
|
padding: 10px 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
`
|
|
|
|
`
|
|
|
|
}
|
|
|
|
}
|
|
|
|