Commit 0ecaa6b3 authored by 姬鋆屾's avatar 姬鋆屾

parent 3d73cadd
...@@ -147,10 +147,7 @@ export default { ...@@ -147,10 +147,7 @@ export default {
return ( return (
(row.sourceDingTime ? row.sourceDingTime : "--") + (row.sourceDingTime ? row.sourceDingTime : "--") +
(row.duration (row.duration
? "" + ? "" + (row.duration / 60 / 60 / 9).toFixed(2) + "" + ""
(row.duration / 60 / 60 / 24).toFixed(2) +
"" +
""
: "(--)") : "(--)")
); );
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment