Skip to content

Commit

Permalink
修正任务创建时间
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxue committed Oct 17, 2022
1 parent 43db378 commit 3e3eb58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/admin/task/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<el-table-column prop="interval" label="定时类型" width="100" :formatter="formatInterval" />
<el-table-column prop="intervalArgument" label="定时参数" min-width="180" />
<el-table-column prop="errorTimes" label="失败次数" width="80" />
<el-table-column prop="createdTime" label="创建时间" :formatter="formatCreatedTime" width="100" />
<el-table-column prop="createTime" label="创建时间" :formatter="formatCreatedTime" width="100" />
<el-table-column prop="lastRunTime" label="最后运行时间" :formatter="formatCreatedTime" width="100" />
<el-table-column
fixed="right"
Expand Down
2 changes: 1 addition & 1 deletion src/views/admin/task/log.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<el-table-column prop="elapsedMilliseconds" label="耗时(ms)" width="80" />
<el-table-column prop="exception" label="异常" min-width="180" />
<el-table-column prop="Remark" label="备注" min-width="180" />
<el-table-column prop="createdTime" label="创建时间" :formatter="formatCreatedTime" width="160" />
<el-table-column prop="createTime" label="创建时间" :formatter="formatCreatedTime" width="160" />
</el-table>

<!--分页-->
Expand Down

0 comments on commit 3e3eb58

Please sign in to comment.