fix duration

This commit is contained in:
Fine 2024-12-30 15:23:42 +08:00
parent 1450f34bd3
commit dfb71cffe8

View File

@ -41,7 +41,7 @@ limitations under the License. -->
{{ dateFormat(i.createTime) }}
</span>
<span class="mr-10 sm">
{{ dateFormat(i.createTime + i.duration * 60 * 1000) }}
{{ dateFormat(i.createTime + i.duration * 1000) }}
</span>
</div>
</td>