feat(日志管理): 开发日志管理功能。

fix(项目任务): 1、任务完成后需要依然能够修改工作日志,但是只能修改工作内容和上传附件。2、任务完成后,协办人的工作日志不应该能删除、所有任务里的成员不能新增工作日志,前端不显示新增、删除按钮。3、团队成员的面板,在成员排序时,让有下属的成员提前。4、在任务弹出框有个快速用执行的信息填充的icon。
This commit is contained in:
dk
2026-06-25 21:34:23 +08:00
parent ea6a816d58
commit 570f284230
35 changed files with 2434 additions and 72 deletions

View File

@@ -179,6 +179,11 @@ const local: App.I18n.Schema = {
'personal-center_pending-approval': 'Pending Approval',
infra: 'Infra',
'infra_state-machine': 'State Machine',
'infra_log-management': 'Log Management',
'infra_log-management_login-log': 'Login Log',
'infra_log-management_operate-log': 'Operate Log',
'infra_log-management_api-access-log': 'API Access Log',
'infra_log-management_api-error-log': 'API Error Log',
'infra_rd-code': 'R&D Code',
product: 'Product',
product_list: 'Product List',