草稿添加流程待办名称
This commit is contained in:
@ -52,6 +52,11 @@
|
|||||||
dataIndex: 'taskName',
|
dataIndex: 'taskName',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('流程待办名称'),
|
||||||
|
dataIndex: 'processName',
|
||||||
|
align: 'left',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('流程发起者'),
|
title: t('流程发起者'),
|
||||||
dataIndex: 'originator',
|
dataIndex: 'originator',
|
||||||
|
|||||||
@ -36,6 +36,11 @@ const configColumns = [
|
|||||||
dataIndex: 'taskName',
|
dataIndex: 'taskName',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: t('流程待办名称'),
|
||||||
|
dataIndex: 'processName',
|
||||||
|
align: 'left',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: t('流程发起者'),
|
title: t('流程发起者'),
|
||||||
dataIndex: 'originator',
|
dataIndex: 'originator',
|
||||||
|
|||||||
Reference in New Issue
Block a user