fix: 日志在小屏显示问题

This commit is contained in:
秋帆
2024-08-03 22:25:13 +08:00
parent edadea91ed
commit 0a596f3fdc
3 changed files with 23 additions and 31 deletions

View File

@@ -71,7 +71,7 @@ export interface JobInstanceQuery {
export interface JobInstanceLogResp {
id: number
message: any[]
isFinished: number
finished: number
fromIndex: number
nextStartId: number
}