From 563f9108e179a7210de824e3ad4a5b75ab8a4c20 Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Wed, 10 Jun 2026 09:59:12 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260610-=E5=AE=A1=E6=89=B9=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E9=A1=B5=E9=9D=A2=20=E5=9C=A8=E5=AE=A1=E6=89=B9?= =?UTF-8?q?=E5=8E=86=E5=8F=B2=E9=A1=B5=E9=9D=A2=E5=A2=9E=E5=8A=A0=E7=8B=AC?= =?UTF-8?q?=E7=AB=8B=E5=BC=80=E5=85=B3=20=E4=BB=85=E7=9C=8B=E6=9C=AC?= =?UTF-8?q?=E9=83=A8=E9=97=A8=EF=BC=8C=E4=B8=8E=E7=8E=B0=E6=9C=89=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E5=90=8D=E7=A7=B0=20checkbox=20=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E5=8F=A0=E5=8A=A0=E3=80=82=E5=BD=93=E5=89=8D=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E4=BA=BA=E7=9A=84=E9=83=A8=E9=97=A8=E4=BF=A1=E6=81=AF=E4=BB=8E?= =?UTF-8?q?=20useUserStore().getUserInfo=20=E8=8E=B7=E5=8F=96=EF=BC=8C?= =?UTF-8?q?=E6=8C=89=E7=94=A8=E6=88=B7=E5=85=A8=E9=83=A8=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=8F=A3=E5=BE=84=E8=A7=A3=E6=9E=90=20departIds=EF=BC=8C?= =?UTF-8?q?=E5=86=8D=E9=80=9A=E8=BF=87=E9=83=A8=E9=97=A8=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=A1=A5=E9=BD=90=E9=83=A8=E9=97=A8=E7=BC=96=E7=A0=81=E5=92=8C?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=EF=BC=8C=E7=94=A8=E4=BA=8E=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E8=BF=87=E6=BB=A4=E5=AE=A1=E6=89=B9=E5=8E=86?= =?UTF-8?q?=E5=8F=B2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/BgPartymatterBPMForm.vue | 2 +- .../content/TaskApprovalHistoryContent.vue | 186 ++++++++++++++++-- 2 files changed, 171 insertions(+), 17 deletions(-) diff --git a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue index a48a4ae..b052978 100644 --- a/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue +++ b/src/views/bg/bgpartymatter/components/BgPartymatterBPMForm.vue @@ -278,7 +278,7 @@ const feedbackBaseColumns = [ { title: '责任部门名称', dataIndex: 'responDeptname', align: 'center', width: 160 }, { title: '反馈人姓名', dataIndex: 'responPersonname', align: 'center', width: 140 }, - { title: '实际执行情况', dataIndex: 'actualExect', align: 'left', width: 280 }, + { title: '实际执行情况', dataIndex: 'actualExect', align: 'center', width: 280 }, { title: '实际完成时间', dataIndex: 'actualTime', align: 'center', width: 180 }, { title: '完成状态', dataIndex: 'bpmStatus', align: 'center', width: 120, customRender: ({ record }) => record?.bpmStatus_dictText || record?.bpmStatus }, { title: '附件', dataIndex: 'id', key: 'attachments', align: 'left', width: 340 }, diff --git a/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue b/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue index be0e69e..0ecdb44 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue @@ -1,15 +1,23 @@