fix(UI自动化): 修复任务中心跳转报告有取消按钮而报告本身没有
--bug=1018722 --user=张大海 【UI测试】测试报告-操作-查看报告详情-没有取消按钮了-无法关闭报告 https://www.tapd.cn/55049933/s/1274880
This commit is contained in:
parent
2108e9ef93
commit
2d051aab10
|
@ -34,7 +34,7 @@
|
|||
<micro-app :to="`/performance/report/view/${reportId}`" service="performance"
|
||||
v-if="executionModule === 'PERFORMANCE'"/>
|
||||
<!-- UI测试报告 -->
|
||||
<micro-app :to="`/ui/report/view/${reportId}`" service="ui"
|
||||
<micro-app :to="`/ui/report/view/${reportId}?showCancelButton=false`" service="ui"
|
||||
v-if="executionModule === 'UI_SCENARIO'"/>
|
||||
</el-card>
|
||||
|
||||
|
|
Loading…
Reference in New Issue