feat: 支持审批步骤绑定部门与多对象

- 新增审批对象关联表和存量数据迁移

- 支持用户、角色、部门多选及办理权限匹配

- 完善部门状态与批量管理交互
This commit is contained in:
2026-07-30 15:13:11 +08:00
parent 864cea6135
commit 57bd7b5d06
29 changed files with 3694 additions and 365 deletions

View File

@@ -13,5 +13,18 @@
"modified": "Modified",
"modifiedBy": "ModifiedBy",
"remark": "Remark",
"isDeleted": "IsDeleted"
"isDeleted": "IsDeleted",
"enable": "Enable",
"disable": "Disable",
"batchEnable": "Enable Selected",
"batchDisable": "Disable Selected",
"batchDelete": "Delete Selected",
"selectedCount": "{count} selected",
"selectRequired": "Select at least one department",
"statusConfirm": "{action} department “{name}”?",
"batchStatusConfirm": "{action} the {count} selected departments?",
"deleteConfirm": "Delete department “{name}”? This action cannot be undone.",
"batchDeleteConfirm": "Delete the {count} selected departments? This action cannot be undone.",
"operationSuccess": "Operation completed",
"operationFailed": "Operation failed. Please try again."
}