新增汇总页-问题单详情

This commit is contained in:
2025-12-23 10:36:04 +08:00
parent 92783045ef
commit ec972fac8e
20 changed files with 849 additions and 69 deletions

View File

@@ -14,6 +14,9 @@
<a-tab-pane key="case" title="测试用例">
<ProTable type="case"></ProTable>
</a-tab-pane>
<a-tab-pane key="problem" title="本轮问题单">
<ProTable type="problem"></ProTable>
</a-tab-pane>
</a-tabs>
</div>
</div>