|
|
@@ -47,6 +47,7 @@ const GetRecordDetail = async (id) => {
|
|
|
{ label: '账号名称', value: res.data.name },
|
|
|
{ label: '乐跑账号', value: res.data.lepao_account },
|
|
|
{ label: '跑区名称', value: res.data.result.pass_tit },
|
|
|
+ { label: '路线ID', value: res.data.path_id },
|
|
|
{ label: '记录时间', value: stramptoTime(res.data.time) },
|
|
|
{ label: '开始时间', value: stramptoTime(res.data.result.start_time * 1000) },
|
|
|
{ label: '乐跑状态', value: res.data.result.record_failed_reason },
|