!464 fix: add result field to JobLogDetail el-descriptions-item

Merge pull request !464 from AhJindeg/hotfix/JobLogDetail
This commit is contained in:
芋道源码
2024-07-07 03:34:23 +00:00
committed by Gitee
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ export interface JobLogVO {
duration: string
status: number
createTime: string
result: string
}
// 任务日志列表