From 7fd5ef1d83c22755b13aa26307dd968b01b789ff Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Tue, 14 Jul 2026 14:48:47 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260714=20=E6=88=91=E7=9A=84=E5=BE=85?= =?UTF-8?q?=E9=98=85=EF=BC=9A=E5=8F=91=E8=B5=B7=E4=BA=BA=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E6=B5=81=E7=A8=8B=E5=8F=91=E8=B5=B7=E4=BA=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/ProcessPortal/data/cc.data.ts | 2 +- .../super/bpm/process/personalOffice/myCcTask/task.cc.data.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/ProcessPortal/data/cc.data.ts b/src/views/dashboard/ProcessPortal/data/cc.data.ts index 4ab5398..464fa77 100644 --- a/src/views/dashboard/ProcessPortal/data/cc.data.ts +++ b/src/views/dashboard/ProcessPortal/data/cc.data.ts @@ -15,7 +15,7 @@ export const ccColumns: BasicColumn[] = [ dataIndex: 'taskName', }, { - title: '发起人', + title: '流程发起人', align: 'center', width: 120, dataIndex: 'processApplyUserName', diff --git a/src/views/super/bpm/process/personalOffice/myCcTask/task.cc.data.ts b/src/views/super/bpm/process/personalOffice/myCcTask/task.cc.data.ts index 1face5f..f8c1ec4 100644 --- a/src/views/super/bpm/process/personalOffice/myCcTask/task.cc.data.ts +++ b/src/views/super/bpm/process/personalOffice/myCcTask/task.cc.data.ts @@ -24,7 +24,7 @@ export const columns: BasicColumn[] = [ dataIndex: 'taskName', }, { - title: '发起人', + title: '流程发起人', align: 'center', width: 120, dataIndex: 'processApplyUserName',