fix: 优化审计
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 3m42s

This commit is contained in:
luo
2026-08-11 16:47:58 +08:00
parent 9599a4d52b
commit 33485b137f
49 changed files with 1263 additions and 212 deletions

View File

@@ -0,0 +1,10 @@
## 1. Implementation
- [x] 1.1 为业务关联链路节点增加与操作者时间线一致的基础信息单行布局。
- [x] 1.2 隐藏关联链路中的所有 ID并按超级管理员边界展示数据完整性信息。
- [x] 1.3 对接口返回的资源引用增加折叠的只读展示,并处理空字段。
## 2. Verification
- [x] 2.1 验证只使用 `AuditLinkTimelineNode` 已返回字段,不补造操作者事件字段。
- [x] 2.2 运行格式化、ESLint、类型检查和 OpenSpec 严格校验。