Skip to content

Commit

Permalink
fix: fix task creator length
Browse files Browse the repository at this point in the history
  • Loading branch information
DDDDanny committed Feb 5, 2021
1 parent 76b7d13 commit 9fbf913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/apiTest/apiTestTask/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<el-table-column label="任务结束时间" width="200" prop="endTime"></el-table-column>
<el-table-column label="任务状态" width="100" prop="taskStatus"></el-table-column>
<el-table-column label="创建时间" width="200" prop="createTime"></el-table-column>
<el-table-column label="创建人" min-width="50" prop="creator"></el-table-column>
<el-table-column label="创建人" min-width="100" prop="creator"></el-table-column>
<el-table-column label="操作" width="250" fixed="right">
<template slot-scope="scope">
<el-button type="success" icon="el-icon-view" size="medium" circle></el-button>
Expand Down

0 comments on commit 9fbf913

Please sign in to comment.