feat:流程版本

1. 展示得变成流程定义definitionId不用version,因为history得version 是版本变更次数,并非流程引擎内得定义版本
This commit is contained in:
lvjunzhao
2025-03-26 10:36:39 +08:00
parent 7cb06c6cf8
commit 01e0ad6b0c
2 changed files with 7 additions and 1 deletions

View File

@ -72,7 +72,7 @@ const configColumns = [
},
{
title: t('版本'),
dataIndex: 'version',
dataIndex: 'definitionId',
},
{
title: t('创建人'),

View File

@ -165,6 +165,12 @@
align: 'left',
slots: { customRender: 'currentProgress' },
},
{
title: t('流程版本'),
dataIndex: 'processDefinitionId',
align: 'left',
slots: { customRender: 'processDefinitionId' },
},
{
title: t('发起人'),
dataIndex: 'originator',