yxk-20260525-通用的审批历史表:

增加办理人部门字段
This commit is contained in:
ye1023
2026-05-25 10:51:30 +08:00
parent 00553691d4
commit 463504f691
@@ -25,6 +25,7 @@
align: 'center', align: 'center',
customRender: ({ record }) => record.opUserName || record.opUserId || '-', customRender: ({ record }) => record.opUserName || record.opUserId || '-',
}, },
{ title: '办理人部门', dataIndex: 'opDeptName', width: 140, align: 'center' },
{ title: '操作类型', dataIndex: 'actionType', width: 120, align: 'center' }, { title: '操作类型', dataIndex: 'actionType', width: 120, align: 'center' },
// { title: '操作结果', dataIndex: 'actionResult', width: 180, align: 'center' }, // { title: '操作结果', dataIndex: 'actionResult', width: 180, align: 'center' },
{ title: '审批意见', dataIndex: 'opinion', align: 'left' }, { title: '审批意见', dataIndex: 'opinion', align: 'left' },
@@ -57,7 +58,7 @@
pagination: { pagination: {
pageSize: 10, pageSize: 10,
}, },
scroll: { x: 1150 }, scroll: { x: 1290 },
}); });
// 按流程实例查询审批历史,只查 task_approval_opinion 表 // 按流程实例查询审批历史,只查 task_approval_opinion 表