From ebbf6afe0c4a1f2852f2b5a62fdb7eb41b7e18b6 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Wed, 17 Jun 2026 09:58:29 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260616-=E8=B0=83=E6=95=B4=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E9=A1=B5=E9=9D=A2=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../myHandleTask/TaskRunningList.vue | 2 +- .../myHandleTask/task.handle.data.ts | 44 +++++++++++-------- 2 files changed, 26 insertions(+), 20 deletions(-) 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', + // }, ]; /**