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

Merge pull request !12 from dappppp/N/A
pull/13/head
xingyu 2023-05-17 06:47:56 +00:00 committed by Gitee
commit 9e49fa5643
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')
}