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 50
50
<el-input v-model =" form.auto_delete" />
51
51
</el-col >
52
52
<el-col :span =" 22" >
53
-   ;  ; 任务执行完成后自动删除的时间(单位:天),默认: 5 天
53
+   ;  ; 任务执行完成后自动删除的时间(单位:天),默认: 2 天
54
54
</el-col >
55
55
<el-col :span =" 13" />
56
56
</el-form-item >
@@ -88,7 +88,7 @@ export default {
88
88
concurrent: 5 ,
89
89
uid: ' ' ,
90
90
description: ' ' ,
91
- auto_delete: 5 ,
91
+ auto_delete: 2 ,
92
92
sort: ' ' ,
93
93
loading: false
94
94
},
Original file line number Diff line number Diff line change 37
37
</el-col >
38
38
<el-col :span =" 13" />
39
39
</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 >
40
49
<el-form-item label =" 用户ID(可选)" prop =" uid" >
41
50
<el-col :span =" 11" >
42
51
<el-input v-model =" form.uid" size =" medium" placeholder =" 请输入内容" />
@@ -70,6 +79,7 @@ export default {
70
79
appkey: ' ' ,
71
80
uid: ' ' ,
72
81
description: ' ' ,
82
+ auto_delete: 2 ,
73
83
sort: ' ' ,
74
84
loading: false
75
85
},
You can’t perform that action at this time.
0 commit comments