diff --git a/src/components/JournalView/JournalDispatchers/JournalDispatcherStats.vue b/src/components/JournalView/JournalDispatchers/JournalDispatcherStats.vue index 2e06008..cc350bb 100644 --- a/src/components/JournalView/JournalDispatchers/JournalDispatcherStats.vue +++ b/src/components/JournalView/JournalDispatchers/JournalDispatcherStats.vue @@ -16,17 +16,17 @@
- + {{ $t('journal.dispatcher-stats.services-count') }} {{ stats.services.count }} - + {{ $t('journal.dispatcher-stats.service-max') }} {{ calculateDuration(stats.services.durationMax) }} - + {{ $t('journal.dispatcher-stats.service-avg') }} {{ calculateDuration(stats.services.durationAvg) }} @@ -35,22 +35,22 @@
- + {{ $t('journal.dispatcher-stats.timetables-count') }} {{ stats.issuedTimetables.count }} - + {{ $t('journal.dispatcher-stats.timetables-sum') }} {{ stats.issuedTimetables.distanceSum.toFixed(2) }}km - + {{ $t('journal.dispatcher-stats.timetables-max') }} {{ stats.issuedTimetables.distanceMax.toFixed(2) }}km - + {{ $t('journal.dispatcher-stats.timetables-avg') }} {{ stats.issuedTimetables.distanceAvg.toFixed(2) }}km diff --git a/src/components/JournalView/JournalTimetables/JournalDriverStats.vue b/src/components/JournalView/JournalTimetables/JournalDriverStats.vue index 88ba7ba..b73bf0a 100644 --- a/src/components/JournalView/JournalTimetables/JournalDriverStats.vue +++ b/src/components/JournalView/JournalTimetables/JournalDriverStats.vue @@ -12,7 +12,7 @@
- + {{ $t('journal.driver-stats.timetables') }} {{ store.driverStatsData._count.fulfilled }} / @@ -20,17 +20,17 @@ > - + {{ $t('journal.driver-stats.longest-timetable') }} {{ store.driverStatsData._max.routeDistance.toFixed(2) }}km - + {{ $t('journal.driver-stats.avg-timetable') }} {{ store.driverStatsData._avg.routeDistance.toFixed(2) }}km - + {{ $t('journal.driver-stats.distance') }} {{ store.driverStatsData._sum.currentDistance.toFixed(2) }} / @@ -38,7 +38,7 @@ - + {{ $t('journal.driver-stats.stations') }} {{ store.driverStatsData._sum.confirmedStopsCount }} /