From 463504f69154235473666c365987ab4e5e38cd7a Mon Sep 17 00:00:00 2001 From: ye1023 <12588209+ye1023@user.noreply.gitee.com> Date: Mon, 25 May 2026 10:51:30 +0800 Subject: [PATCH] =?UTF-8?q?yxk-20260525-=E9=80=9A=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=AE=A1=E6=89=B9=E5=8E=86=E5=8F=B2=E8=A1=A8=EF=BC=9A=20?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8A=9E=E7=90=86=E4=BA=BA=E9=83=A8=E9=97=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../myHandleTask/content/TaskApprovalHistoryContent.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 5369b0c..901beaf 100644 --- a/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue +++ b/src/views/super/bpm/process/personalOffice/myHandleTask/content/TaskApprovalHistoryContent.vue @@ -25,6 +25,7 @@ align: 'center', customRender: ({ record }) => record.opUserName || record.opUserId || '-', }, + { title: '办理人部门', dataIndex: 'opDeptName', width: 140, align: 'center' }, { title: '操作类型', dataIndex: 'actionType', width: 120, align: 'center' }, // { title: '操作结果', dataIndex: 'actionResult', width: 180, align: 'center' }, { title: '审批意见', dataIndex: 'opinion', align: 'left' }, @@ -57,7 +58,7 @@ pagination: { pageSize: 10, }, - scroll: { x: 1150 }, + scroll: { x: 1290 }, }); // 按流程实例查询审批历史,只查 task_approval_opinion 表