yxk-20260525-通用的审批历史表:
增加办理人部门字段
This commit is contained in:
+2
-1
@@ -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 表
|
||||
|
||||
Reference in New Issue
Block a user