Files
luo 33485b137f
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m42s
fix: 优化审计
2026-08-11 16:47:58 +08:00

11 lines
520 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1. Implementation
- [x] 1.1 为业务关联链路节点增加与操作者时间线一致的基础信息单行布局。
- [x] 1.2 隐藏关联链路中的所有 ID并按超级管理员边界展示数据完整性信息。
- [x] 1.3 对接口返回的资源引用增加折叠的只读展示,并处理空字段。
## 2. Verification
- [x] 2.1 验证只使用 `AuditLinkTimelineNode` 已返回字段,不补造操作者事件字段。
- [x] 2.2 运行格式化、ESLint、类型检查和 OpenSpec 严格校验。