File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed
admin/src/views/api_excel Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 5050 <el-input v-model =" form.auto_delete" />
5151 </el-col >
5252 <el-col :span =" 22" >
53-   ;  ; 任务执行完成后自动删除的时间(单位:天),默认: 5 天
53+   ;  ; 任务执行完成后自动删除的时间(单位:天),默认: 2 天
5454 </el-col >
5555 <el-col :span =" 13" />
5656 </el-form-item >
@@ -88,7 +88,7 @@ export default {
8888 concurrent: 5 ,
8989 uid: ' ' ,
9090 description: ' ' ,
91- auto_delete: 5 ,
91+ auto_delete: 2 ,
9292 sort: ' ' ,
9393 loading: false
9494 },
Original file line number Diff line number Diff line change 3737 </el-col >
3838 <el-col :span =" 13" />
3939 </el-form-item >
40+ <el-form-item label =" 自动删除时间" prop =" auto_delete" >
41+ <el-col :span =" 2" >
42+ <el-input v-model =" form.auto_delete" />
43+ </el-col >
44+ <el-col :span =" 22" >
45+   ;  ; 任务执行完成后自动删除的时间(单位:天),默认: 2 天
46+ </el-col >
47+ <el-col :span =" 13" />
48+ </el-form-item >
4049 <el-form-item label =" 用户ID(可选)" prop =" uid" >
4150 <el-col :span =" 11" >
4251 <el-input v-model =" form.uid" size =" medium" placeholder =" 请输入内容" />
@@ -70,6 +79,7 @@ export default {
7079 appkey: ' ' ,
7180 uid: ' ' ,
7281 description: ' ' ,
82+ auto_delete: 2 ,
7383 sort: ' ' ,
7484 loading: false
7585 },
You can’t perform that action at this time.
0 commit comments