yxk-20260525-待办任务列表接口的findBaseTodoTasks方法:

增加事项名称列,从流程变量获取的flow_name
This commit is contained in:
ye1023
2026-05-25 16:36:11 +08:00
parent 463504f691
commit 026f24e985
2 changed files with 13 additions and 0 deletions
@@ -9,6 +9,13 @@ export const todoColumns: BasicColumn[] = [
dataIndex: 'bpmBizTitle', dataIndex: 'bpmBizTitle',
ellipsis: true, ellipsis: true,
}, },
{
title: '事项名称',
align: 'center',
width: 160,
dataIndex: 'flowName',
ellipsis: true,
},
{ {
title: '当前环节', title: '当前环节',
align: 'center', align: 'center',
@@ -30,6 +30,12 @@ export const columns: BasicColumn[] = [
dataIndex: 'processDefinitionName', dataIndex: 'processDefinitionName',
ellipsis: true, ellipsis: true,
}, },
{
title: '事项名称',
align: 'center',
dataIndex: 'flowName',
ellipsis: true,
},
{ {
title: '发起人', title: '发起人',
width: 110, width: 110,