Merge branch 'dev-zhaoDN/version-workflow-v2' into 'dev'
feat:流程版本 See merge request itc-framework/ma/2024/front!49
This commit is contained in:
@ -72,7 +72,7 @@ const configColumns = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('版本'),
|
title: t('版本'),
|
||||||
dataIndex: 'version',
|
dataIndex: 'definitionId',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: t('创建人'),
|
title: t('创建人'),
|
||||||
|
|||||||
@ -165,6 +165,12 @@
|
|||||||
align: 'left',
|
align: 'left',
|
||||||
slots: { customRender: 'currentProgress' },
|
slots: { customRender: 'currentProgress' },
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('流程版本'),
|
||||||
|
dataIndex: 'processDefinitionId',
|
||||||
|
align: 'left',
|
||||||
|
slots: { customRender: 'processDefinitionId' },
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('发起人'),
|
title: t('发起人'),
|
||||||
dataIndex: 'originator',
|
dataIndex: 'originator',
|
||||||
|
|||||||
Reference in New Issue
Block a user