Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust_web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
cust_web
Commits
ac9c46bc
Commit
ac9c46bc
authored
Feb 20, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改定时任务日志
parent
72af9683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
index.vue
src/views/system/sysScheduledTaskLog/index.vue
+8
-3
No files found.
src/views/system/sysScheduledTaskLog/index.vue
View file @
ac9c46bc
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
style=
"width: 150px"
style=
"width: 150px"
/>
/>
</el-form-item>
</el-form-item>
<el-form-item
label=
"
任务执行
时间"
>
<el-form-item
label=
"
创建
时间"
>
<el-date-picker
<el-date-picker
v-model=
"dateRange"
v-model=
"dateRange"
size=
"small"
size=
"small"
...
@@ -60,7 +60,12 @@
...
@@ -60,7 +60,12 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"任务执行时间"
prop=
"taskTime"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"任务执行时间"
prop=
"taskTime"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
taskTime
|
transformDateByFormat
(
'YYYY-MM-DD'
)
}}
</span>
{{
scope
.
row
.
taskTime
||
'-'
}}
</
template
>
</el-table-column>
<el-table-column
label=
"创建时间"
prop=
"createDate"
:show-overflow-tooltip=
"true"
>
<
template
slot-scope=
"scope"
>
<span>
{{
scope
.
row
.
createDate
|
transformDateByFormat
(
'YYYY-MM-DD HH:mm:ss'
)
}}
</span>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<el-table-column
label=
"执行情况"
prop=
"taskState"
:show-overflow-tooltip=
"true"
>
<el-table-column
label=
"执行情况"
prop=
"taskState"
:show-overflow-tooltip=
"true"
>
...
@@ -140,7 +145,7 @@ export default {
...
@@ -140,7 +145,7 @@ export default {
this
.
loading
=
true
this
.
loading
=
true
listSysScheduledTaskLog
(
this
.
addDateRange
(
this
.
queryParams
,
this
.
dateRange
)).
then
(
listSysScheduledTaskLog
(
this
.
addDateRange
(
this
.
queryParams
,
this
.
dateRange
)).
then
(
response
=>
{
response
=>
{
this
.
sysScheduledTaskLogList
=
response
.
rows
this
.
sysScheduledTaskLogList
=
response
.
data
this
.
total
=
response
.
total
this
.
total
=
response
.
total
this
.
loading
=
false
this
.
loading
=
false
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment