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 1/2] =?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,
From f1f10d06ad5da24453cfd37bdad14b50942a24be Mon Sep 17 00:00:00 2001
From: ye1023 <12588209+ye1023@user.noreply.gitee.com>
Date: Mon, 25 May 2026 17:09:19 +0800
Subject: [PATCH 2/2] =?UTF-8?q?yxk-20260525-=E5=B0=91=E9=87=8F=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E5=92=8C=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4=20?=
=?UTF-8?q?=E6=B5=81=E7=A8=8B=E5=90=8D=E7=A7=B0=20=E5=AE=8C=E6=88=90?=
=?UTF-8?q?=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/BgPartymatterBPMForm.vue | 4 ++--
.../personalOffice/myHandleTask/task.handle.data.ts | 12 ++++++------
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
index a8d06e0..51a32b6 100644
--- a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
+++ b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue
@@ -35,7 +35,7 @@
-
+
@@ -96,7 +96,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 cecf636..2fa8ea0 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
@@ -24,12 +24,12 @@ export const columns: BasicColumn[] = [
width: 130,
dataIndex: 'taskName',
},
- {
- title: '流程名称',
- align: 'center',
- dataIndex: 'processDefinitionName',
- ellipsis: true,
- },
+ // {
+ // title: '流程名称',
+ // align: 'center',
+ // dataIndex: 'processDefinitionName',
+ // ellipsis: true,
+ // },
{
title: '事项名称',
align: 'center',