|
|
@@ -215,12 +215,6 @@ export function buildRecordDetailInfo(data, options = {}) {
|
|
|
})
|
|
|
}
|
|
|
lines.push({ label: '跑步状态', value: row.statusText })
|
|
|
- if (isAdmin) {
|
|
|
- lines.push({
|
|
|
- label: '打卡点数量',
|
|
|
- value: String(row.pointList.length)
|
|
|
- })
|
|
|
- }
|
|
|
} else {
|
|
|
const r = normalizeResult(data)
|
|
|
if (r.start_time) {
|
|
|
@@ -230,12 +224,6 @@ export function buildRecordDetailInfo(data, options = {}) {
|
|
|
})
|
|
|
}
|
|
|
lines.push({ label: '乐跑状态', value: row.statusText })
|
|
|
- if (isAdmin) {
|
|
|
- lines.push({
|
|
|
- label: '打卡点数量',
|
|
|
- value: String(row.pointList.length)
|
|
|
- })
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
lines.push({ label: '跑步距离', value: formatKm(row.distance) })
|