fix(接口测试): 场景版本对比时场景的步骤数不会统计
--bug=1009825--user=郭雨琦 【ID1009825】【接口测试】场景版本对比时场景的步骤数不会统计
This commit is contained in:
parent
c519773fdc
commit
addd047158
|
@ -110,7 +110,7 @@
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<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>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<el-col :span="3" class="ms-col-one ms-font">
|
||||||
<el-link class="head">{{ $t('api_test.automation.scenario_total') }}
|
<el-link class="head">{{ $t('api_test.automation.scenario_total') }}
|
||||||
|
@ -264,7 +264,7 @@
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<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>
|
||||||
<el-col :span="3" class="ms-col-one ms-font">
|
<el-col :span="3" class="ms-col-one ms-font">
|
||||||
<el-link class="head" >{{ $t('api_test.automation.scenario_total') }}
|
<el-link class="head" >{{ $t('api_test.automation.scenario_total') }}
|
||||||
|
|
Loading…
Reference in New Issue