Files
Nexus/docs/audit/2026-06-08-unset-path-table-sort-deploy.md
T

26 lines
627 B
Markdown
Raw Normal View History

# 审计 — 未设路径服务器表格排序
**Changelog**: `docs/changelog/2026-06-08-unset-path-table-sort.md`
## 变更文件
`ServerUnsetPathPanel.vue` · `ServersPage.vue` · `web/app/index.html` · `web/app/assets/*`
## Step 3
| 项 | 结论 |
|----|------|
| sort-by 与主表共享 | PASS(同一 `sortBy` ref + `listQueryParams` |
| API 参数 | PASS`target_path_unset=true` + `sort_by`/`sort_order` 已有) |
| 无后端改动 | PASS |
## Closure
Gate 7/7 PASS · 生产部署 · `/health` 200
## DoD
- [x] 未设路径区列头可排序
- [x] 与主表排序状态一致
- [x] 前端构建通过