From dd526eb743f4eb9d9d66a5281cf111e7755d5b28 Mon Sep 17 00:00:00 2001 From: artem Date: Thu, 17 Sep 2026 21:24:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BF=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=84=D0=BE=D1=82=D0=BE=D0=B3=D1=80=D0=B0=D1=84=D0=B8?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/workouts/components/WorkoutListItem.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/workouts/components/WorkoutListItem.vue b/src/pages/workouts/components/WorkoutListItem.vue index 3705b77..ecb8ee2 100644 --- a/src/pages/workouts/components/WorkoutListItem.vue +++ b/src/pages/workouts/components/WorkoutListItem.vue @@ -15,6 +15,9 @@
  • Дата: {{ formatTime(item.workouted_at) }}
  • +
  • + Фото: {{ item.photos.length }} +
  • Скорость: {{ speedConvert(item.speed) }} км/ч
  • @@ -24,9 +27,6 @@
  • Расстояние: {{ distConvert(item.distantion) }} км
  • -
  • - Фото: {{ item.photos.length }} -
  • Продолжительность: {{ secondsToDuration(item.duraion_sec) }}