fix: add product column to test summary

This commit is contained in:
2026-07-03 16:36:12 +08:00
parent c61b6ff8db
commit 280d0660eb
6 changed files with 177 additions and 20 deletions

View File

@@ -35,3 +35,9 @@
决策:将 `summaryCards` 从普通数组改为 `reactive` 数组。
原因:接口返回后会直接写入卡片值,响应式数组能确保卡片数字稳定刷新。
## D-007测试任务汇总补回产品层级
决策:将“测试任务汇总”从“项目 / 指标 / 数量”三列改为“项目 / 产品 / 指标 / 数量”四列,并在产品列展示图片、产品名称和产品汇总数。
原因:用户反馈项目和指标中间的产品列缺失,并要求按参考图样式展示;该结构也更接近装配任务汇总的项目-产品-指标层级。