|
@@ -92,15 +92,24 @@ export default {
|
|
|
dataIndex: 'taskName',
|
|
|
},
|
|
|
{
|
|
|
- title: '创建时间',
|
|
|
- dataIndex: 'taskCreatedTime',
|
|
|
+ title: '发起人',
|
|
|
+ dataIndex: 'applyUserName',
|
|
|
},
|
|
|
{
|
|
|
- title: '状态',
|
|
|
- dataIndex: 'taskStatus',
|
|
|
- customRender: (text, record, index) => {
|
|
|
- return this.statusMap[text]
|
|
|
- },
|
|
|
+ title: '发起时间',
|
|
|
+ dataIndex: 'applyTime',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '上一处理人',
|
|
|
+ dataIndex: 'lastUserName',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '处理时间',
|
|
|
+ dataIndex: 'handleTime',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title: '当前处理人',
|
|
|
+ dataIndex: 'currentUserName',
|
|
|
},
|
|
|
{
|
|
|
title: '操作',
|