+
{{ $t('journal.stock-preview') }}:
+
+
+ {{ $t('journal.stock-length') }}
+
+ {{
+ currentHistoryIndex == 0
+ ? timetable.stockLength
+ : stockHistory[currentHistoryIndex].stockLength || timetable.stockLength
+ }}m
+
+
+
+
+ {{ $t('journal.stock-mass') }}
+
+ {{
+ Math.floor(
+ (currentHistoryIndex == 0
+ ? timetable.stockMass
+ : stockHistory[currentHistoryIndex].stockMass || timetable.stockMass) / 1000
+ )
+ }}t
+
+
+
+