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