yxk-20260610-审批历史页面

在审批历史页面增加独立开关 仅看本部门,与现有节点名称 checkbox 筛选叠加。当前登录人的部门信息从 useUserStore().getUserInfo 获取,按用户全部部门口径解析 departIds,再通过部门接口补齐部门编码和名称,用于前端本地过滤审批历史。
This commit is contained in:
ye1023
2026-06-10 09:59:12 +08:00
parent db6c21561a
commit 563f9108e1
2 changed files with 171 additions and 17 deletions
@@ -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 },