diff --git a/src/views/dashboard/related/async-profiling/components/TaskList.vue b/src/views/dashboard/related/async-profiling/components/TaskList.vue index 7b8b3e24..e1ddf785 100644 --- a/src/views/dashboard/related/async-profiling/components/TaskList.vue +++ b/src/views/dashboard/related/async-profiling/components/TaskList.vue @@ -41,7 +41,7 @@ limitations under the License. --> {{ dateFormat(i.createTime) }} - {{ dateFormat(i.createTime + i.duration * 60 * 1000) }} + {{ dateFormat(i.createTime + i.duration * 1000) }}