学习记录
总学习时长:{{ msToHourMinute(total(currentPractice, 'spend')) }}
-
-
{{
- i === currentPractice.length - 1 ? '当前' : i + 1
- }}. {{ _dateFormat(item.startDate) }}
+
+ {{ i === currentPractice.length - 1 ? '当前' : i + 1 }}. {{
+ _dateFormat(item.startDate)
+ }}
{{ msToHourMinute(item.spend) }}
- 显示题目
+ 显示题目
-
@@ -775,7 +838,6 @@ const currentPractice = inject('currentPractice', [])