fix(接口测试): 场景版本对比时场景的步骤数不会统计

--bug=1009825--user=郭雨琦 【ID1009825】【接口测试】场景版本对比时场景的步骤数不会统计
This commit is contained in:
guoyuqi 2022-01-22 15:44:54 +08:00 committed by song-tianyang
parent c519773fdc
commit addd047158
1 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@
</el-tooltip>
</el-col>
<el-col :span="3" class="ms-col-one ms-font">
{{ $t('api_test.automation.step_total') }}{{ 0}}
{{ $t('api_test.automation.step_total') }}{{ oldScenarioDefinition.length }}
</el-col>
<el-col :span="3" class="ms-col-one ms-font">
<el-link class="head">{{ $t('api_test.automation.scenario_total') }}
@ -264,7 +264,7 @@
</el-tooltip>
</el-col>
<el-col :span="3" class="ms-col-one ms-font">
{{ $t('api_test.automation.step_total') }}{{ 0 }}
{{ $t('api_test.automation.step_total') }}{{ newScenarioDefinition.length }}
</el-col>
<el-col :span="3" class="ms-col-one ms-font">
<el-link class="head" >{{ $t('api_test.automation.scenario_total') }}