This commit is contained in:
Qiuxia Fan 2022-04-24 12:29:59 +08:00
parent f6efd421e0
commit 96164e5623

View File

@ -43,7 +43,9 @@ limitations under the License. -->
<span class="mr-10 sm">{{ dateFormat(i.taskStartTime) }}</span>
<span class="mr-10 sm">
{{
dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000)
dateFormat(
i.taskStartTime + i.fixedTriggerDuration * 60 * 1000
)
}}
</span>
</div>