Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
38fe69fb
authored
Jul 07, 2024
by
芋道源码
Committed by
Gitee
Jul 07, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!464 fix: add result field to JobLogDetail el-descriptions-item
Merge pull request !464 from AhJindeg/hotfix/JobLogDetail
parents
21c9cba6
bd4f2b8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
src/api/infra/jobLog/index.ts
+1
-0
src/views/infra/job/logger/JobLogDetail.vue
+1
-1
No files found.
src/api/infra/jobLog/index.ts
View file @
38fe69fb
...
@@ -12,6 +12,7 @@ export interface JobLogVO {
...
@@ -12,6 +12,7 @@ export interface JobLogVO {
duration
:
string
duration
:
string
status
:
number
status
:
number
createTime
:
string
createTime
:
string
result
:
string
}
}
// 任务日志列表
// 任务日志列表
...
...
src/views/infra/job/logger/JobLogDetail.vue
View file @
38fe69fb
...
@@ -26,7 +26,7 @@
...
@@ -26,7 +26,7 @@
<dict-tag
:type=
"DICT_TYPE.INFRA_JOB_LOG_STATUS"
:value=
"detailData.status"
/>
<dict-tag
:type=
"DICT_TYPE.INFRA_JOB_LOG_STATUS"
:value=
"detailData.status"
/>
</el-descriptions-item>
</el-descriptions-item>
<el-descriptions-item
label=
"执行结果"
>
<el-descriptions-item
label=
"执行结果"
>
{{
detailData
.
duration
+
' result'
}}
{{
detailData
.
result
}}
</el-descriptions-item>
</el-descriptions-item>
</el-descriptions>
</el-descriptions>
</Dialog>
</Dialog>
...
...
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