update src/views/infra/job/logger/jobLog.data.ts.

这里写错了参数,应该为result

Signed-off-by: dappppp <5322411+dapppp@user.noreply.gitee.com>
pull/12/head
dappppp 2023-05-17 06:17:04 +00:00 committed by Gitee
parent 6a346c6289
commit 0e8dcde4e0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ export const descSchema: DescItem[] = [
},
{
label: '执行结果',
field: 'duration',
field: 'result',
render: (curVal) => {
return useRender.renderText(curVal, ' result')
}