yxk-20260525-待办任务列表接口的findBaseTodoTasks方法:
增加事项名称列,从流程变量获取的flow_name
This commit is contained in:
@@ -9,6 +9,13 @@ export const todoColumns: BasicColumn[] = [
|
||||
dataIndex: 'bpmBizTitle',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '事项名称',
|
||||
align: 'center',
|
||||
width: 160,
|
||||
dataIndex: 'flowName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '当前环节',
|
||||
align: 'center',
|
||||
|
||||
@@ -30,6 +30,12 @@ export const columns: BasicColumn[] = [
|
||||
dataIndex: 'processDefinitionName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '事项名称',
|
||||
align: 'center',
|
||||
dataIndex: 'flowName',
|
||||
ellipsis: true,
|
||||
},
|
||||
{
|
||||
title: '发起人',
|
||||
width: 110,
|
||||
|
||||
Reference in New Issue
Block a user