1.添加审批人数量限制配置2.草稿箱添加当前过滤和任务名和流程发起者

This commit is contained in:
825299534@qq.com
2025-04-28 08:48:03 +08:00
parent 13a33b2506
commit 2cb159ff83
3 changed files with 23 additions and 69 deletions

View File

@ -43,16 +43,27 @@
const { t } = useI18n();
const configColumns: BasicColumn[] = [
{
title: t('流程名称'),
title: t('流程定义名称'),
dataIndex: 'schemaName',
align: 'left',
},
{
title: t('发起者'),
title: t('任务名称'),
dataIndex: 'taskName',
align: 'left',
},
{
title: t('流程发起者'),
dataIndex: 'originator',
sorter: true,
align: 'left',
},
{
title: t('创建人'),
dataIndex: 'createUserName',
sorter: true,
align: 'left',
},
{
title: t('发起时间'),
dataIndex: 'createDate',