上次时间:{{
(
(scope2.row["preEndTime"] - scope2.row["preStartTime"]) /
60
).toFixed(0) || 0
}}分钟
重学时间:
{{
(
(scope2.row[item.prop2] - scope2.row[item.prop1]) /
60
).toFixed(0) || 0
}}分钟
学习时间:
{{
(
(scope2.row[item.prop2] - scope2.row[item.prop1]) /
60
).toFixed(0) || 0
}}分钟{{
(scope2.row[item.prop2] - scope2.row[item.prop1]) % 60
}}秒