fix(接口测试): 修复接口测试首页定时任务统计错误的问题

--bug=1016872 --user=宋天阳
【接口测试】场景自定义执行任务统计显示执行7次,但显示失败次数14次(查看测试报告也是七个报告)
https://www.tapd.cn/55049933/s/1245963
This commit is contained in:
song-tianyang 2022-09-19 19:32:54 +08:00 committed by 建国
parent c06192f060
commit 018d806b6e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
{{ $t('api_test.home_page.detail_card.failed') }}
<el-link type="info" class="rows-count-number" @click="redirectPage('executionFailedCount')"
target="_blank">
<b>{{ scheduleTaskCountData.failedCount + scheduleTaskCountData.failedCount }}</b>
<b>{{ scheduleTaskCountData.failedCount }}</b>
</el-link>
</span>
</el-col>