From 026f24e985005a04a681af8fb2bd03b3f34ff953 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Mon, 25 May 2026 16:36:11 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260525-=E5=BE=85=E5=8A=9E=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E5=88=97=E8=A1=A8=E6=8E=A5=E5=8F=A3=E7=9A=84findBaseT?= =?UTF-8?q?odoTasks=E6=96=B9=E6=B3=95=EF=BC=9A=20=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E4=BA=8B=E9=A1=B9=E5=90=8D=E7=A7=B0=E5=88=97=EF=BC=8C=E4=BB=8E?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=8F=98=E9=87=8F=E8=8E=B7=E5=8F=96=E7=9A=84?= =?UTF-8?q?flow=5Fname?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/ProcessPortal/data/todo.data.ts | 7 +++++++ .../personalOffice/myHandleTask/task.handle.data.ts | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/src/views/dashboard/ProcessPortal/data/todo.data.ts b/src/views/dashboard/ProcessPortal/data/todo.data.ts index f617042..473fc8e 100644 --- a/src/views/dashboard/ProcessPortal/data/todo.data.ts +++ b/src/views/dashboard/ProcessPortal/data/todo.data.ts @@ -9,6 +9,13 @@ export const todoColumns: BasicColumn[] = [ dataIndex: 'bpmBizTitle', ellipsis: true, }, + { + title: '事项名称', + align: 'center', + width: 160, + dataIndex: 'flowName', + ellipsis: true, + }, { title: '当前环节', align: 'center', 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 655213a..cecf636 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 @@ -30,6 +30,12 @@ export const columns: BasicColumn[] = [ dataIndex: 'processDefinitionName', ellipsis: true, }, + { + title: '事项名称', + align: 'center', + dataIndex: 'flowName', + ellipsis: true, + }, { title: '发起人', width: 110,