diff --git a/src/layout/components/tasks.vue b/src/layout/components/tasks.vue index 464d677e..e14ab99f 100644 --- a/src/layout/components/tasks.vue +++ b/src/layout/components/tasks.vue @@ -1,28 +1,63 @@ - - - - - - - - - - - + + + + + 没有正在执行的任务 + + 在处理耗时过久的任务时为了不阻碍正在处理的工作,可在任务中心进行异步执行。 + + + + + + + + + + {{ task.taskName }} + 创建 + + + + 执行中 + 完成 + + + + + + + + + + + + + diff --git a/src/layout/components/userbar.vue b/src/layout/components/userbar.vue index c2795c01..ec835f9f 100644 --- a/src/layout/components/userbar.vue +++ b/src/layout/components/userbar.vue @@ -65,7 +65,7 @@ - +
在处理耗时过久的任务时为了不阻碍正在处理的工作,可在任务中心进行异步执行。
创建