|
@@ -49,6 +49,7 @@ const GetRecordDetail = async (id) => {
|
|
|
{ label: '跑区名称', value: res.data.result.pass_tit },
|
|
{ label: '跑区名称', value: res.data.result.pass_tit },
|
|
|
{ label: '记录时间', value: stramptoTime(res.data.time) },
|
|
{ label: '记录时间', value: stramptoTime(res.data.time) },
|
|
|
{ label: '开始时间', value: stramptoTime(res.data.result.start_time * 1000) },
|
|
{ label: '开始时间', value: stramptoTime(res.data.result.start_time * 1000) },
|
|
|
|
|
+ { label: '乐跑状态', value: res.data.result.record_failed_reason },
|
|
|
{ label: '打卡点数量', value: res.data.result.point_list.length },
|
|
{ label: '打卡点数量', value: res.data.result.point_list.length },
|
|
|
{ label: '跑步距离', value: res.data.result.distance + ' Km' },
|
|
{ label: '跑步距离', value: res.data.result.distance + ' Km' },
|
|
|
{ label: '跑步时长', value: formatSecondsToMinSec(res.data.result.time) },
|
|
{ label: '跑步时长', value: formatSecondsToMinSec(res.data.result.time) },
|