Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
link-admin-pc
Project
Project
Details
Activity
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
框架平台
link-admin-pc
Commits
a4707321
Commit
a4707321
authored
Jul 06, 2022
by
Chen_9g
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 定时任务日志
parent
f2f0e737
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
10 deletions
+12
-10
Schedulog.data.ts
src/views/job/Schedulog/Schedulog.data.ts
+12
-10
No files found.
src/views/job/Schedulog/Schedulog.data.ts
View file @
a4707321
...
@@ -10,7 +10,9 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
...
@@ -10,7 +10,9 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
title
:
'任务名称'
,
title
:
'任务名称'
,
field
:
'name'
,
field
:
'name'
,
query
:
true
,
query
:
true
,
width
:
100
,
minWidth
:
120
,
resizable
:
true
,
showOverflow
:
"ellipsis"
,
renderCustom
:
({
row
})
=>
{
renderCustom
:
({
row
})
=>
{
return
createOpenTitle
(
showDetail
,
row
,
'name'
);
return
createOpenTitle
(
showDetail
,
row
,
'name'
);
}
}
...
@@ -52,13 +54,8 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
...
@@ -52,13 +54,8 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
{
{
title
:
'执行结果'
,
title
:
'执行结果'
,
field
:
'result'
,
field
:
'result'
,
width
:
120
,
minWidth
:
120
,
showOverflow
:
"ellipsis"
resizable
:
true
,
},
{
title
:
'错误日志'
,
field
:
'errMsg'
,
width
:
120
,
showOverflow
:
"ellipsis"
showOverflow
:
"ellipsis"
},
},
{
{
...
@@ -70,8 +67,7 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
...
@@ -70,8 +67,7 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
queryType
:
'BETWEEN'
,
queryType
:
'BETWEEN'
,
componentProps
:{
componentProps
:{
type
:
'daterange'
type
:
'daterange'
},
}
queryType
:
'BETWEEN'
},
},
width
:
170
,
width
:
170
,
},
},
...
@@ -80,6 +76,12 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
...
@@ -80,6 +76,12 @@ export function listColumns(showDetail: Function): TableColumnSchema[]{
field
:
'endTime'
,
field
:
'endTime'
,
sortable
:
true
,
sortable
:
true
,
width
:
170
,
width
:
170
,
},
{
title
:
'错误日志'
,
field
:
'errMsg'
,
minWidth
:
120
,
showOverflow
:
"ellipsis"
}
}
];
];
}
}
...
...
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