diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/TaskRunningList.vue b/src/views/super/bpm/process/personalOffice/myHandleTask/TaskRunningList.vue index bfba045..695fcee 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/TaskRunningList.vue +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/TaskRunningList.vue @@ -2,7 +2,7 @@ diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts b/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts index b904edf..8127ba1 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/task.handle.data.ts @@ -16,12 +16,15 @@ export const columns: BasicColumn[] = [ title: '业务标题', align: 'center', dataIndex: 'bpmBizTitle', + width: 350, slots: { customRender: 'bpmBizTitle' }, + ellipsis: true, + }, { title: '当前环节', align: 'center', - width: 130, + width: 150, dataIndex: 'taskName', }, // { @@ -34,6 +37,7 @@ export const columns: BasicColumn[] = [ title: '事项名称', align: 'center', dataIndex: 'flowName', + width: 180, ellipsis: true, }, { @@ -42,11 +46,7 @@ export const columns: BasicColumn[] = [ align: 'center', dataIndex: 'processApplyUserName', }, - { - title: '转入时间', - align: 'center', - dataIndex: 'taskBeginTime', - }, + { title: '事项截止时间', align: 'center', @@ -67,21 +67,27 @@ export const columns: BasicColumn[] = [ }, }, { - title: '流程实例', + title: '转入时间', align: 'center', - dataIndex: 'processInstanceId', - }, - { - title: '流程编号', - align: 'center', - dataIndex: 'processDefinitionId', - ellipsis: true, - }, - { - title: '任务ID', - align: 'center', - dataIndex: 'taskId', + width: 160, + dataIndex: 'taskBeginTime', }, + // { + // title: '流程实例', + // align: 'center', + // dataIndex: 'processInstanceId', + // }, + // { + // title: '流程编号', + // align: 'center', + // dataIndex: 'processDefinitionId', + // ellipsis: true, + // }, + // { + // title: '任务ID', + // align: 'center', + // dataIndex: 'taskId', + // }, ]; /**