feat:流程版本
1. 展示得变成流程定义definitionId不用version,因为history得version 是版本变更次数,并非流程引擎内得定义版本
This commit is contained in:
@ -72,7 +72,7 @@ const configColumns = [
|
||||
},
|
||||
{
|
||||
title: t('版本'),
|
||||
dataIndex: 'version',
|
||||
dataIndex: 'definitionId',
|
||||
},
|
||||
{
|
||||
title: t('创建人'),
|
||||
|
||||
@ -165,6 +165,12 @@
|
||||
align: 'left',
|
||||
slots: { customRender: 'currentProgress' },
|
||||
},
|
||||
{
|
||||
title: t('流程版本'),
|
||||
dataIndex: 'processDefinitionId',
|
||||
align: 'left',
|
||||
slots: { customRender: 'processDefinitionId' },
|
||||
},
|
||||
{
|
||||
title: t('发起人'),
|
||||
dataIndex: 'originator',
|
||||
|
||||
Reference in New Issue
Block a user