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',
ellipsis: true,
},
{
title: '事项名称',
align: 'center',
width: 160,
dataIndex: 'flowName',
ellipsis: true,
},
{
title: '当前环节',
align: 'center',