未验证 提交 3a87e76c 编写于 作者: A Amy0104 提交者: GitHub

[Fix][UI Next][V1.0.0-Alpha] Fix the Dry Run Flag column of task instance table error. (#9038)

上级 16bc226b
......@@ -126,7 +126,8 @@ export function useTable() {
},
{
title: t('project.task.dry_run_flag'),
key: 'dryRun'
key: 'dryRun',
render: (row: IRecord) => (row.dryRun === 1 ? 'YES' : 'NO')
},
{
title: t('project.task.host'),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册