fix(UI自动化): 修复UI复制场景情况报告未执行数量统计问题

--bug=1016010 --user=刘瑶 【UI测试】场景复制场景-生成报告-未执行步骤统计错误 https://www.tapd.cn/55049933/s/1228379
This commit is contained in:
nathan.liu 2022-08-21 15:01:03 +08:00 committed by f2c-ci-robot[bot]
parent 6289702104
commit 7b3701482b
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit d2dbace022db593cfc56fe40eaa531074da422df
Subproject commit 22ee4d6695158610c05d355ea2aab4b06c82f499

View File

@ -129,7 +129,7 @@
<span v-show="showUnExecuteReport && isUi" class="ms-point-unexecute"/>
<div v-show="showUnExecuteReport && isUi" class="metric-box">
<div class="value">{{
content.unExecute ? content.unExecute : 0
content.scenarioStepUnExecuteReport ? content.scenarioStepUnExecuteReport : 0
}}
</div>
<div class="name">{{ $t('api_test.home_page.detail_card.unexecute') }}</div>

@ -1 +1 @@
Subproject commit 8dfc4f8341c88c1472ef5d03b11f350b3f622376
Subproject commit 72384c0658d807a69edab7c8b81349df44cbe3d3