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 表