fix(测试跟踪): 报告接口执行结果展示不全

--bug=1026210 --user=宋昌昌 【测试跟踪】报告-接口场景执行结果-事务控制器结果为Pending、FakeError显示不全 https://www.tapd.cn/55049933/s/1372281
This commit is contained in:
song-cc-rock 2023-05-17 15:00:23 +08:00 committed by 刘瑞斌
parent 8e8161807a
commit 65e3ca54eb
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
">
<el-card class="ms-card">
<el-row>
<el-col :span="23">
<el-col :span="22">
<div class="el-step__icon is-text ms-api-col">
<div class="el-step__icon-inner">
{{ node.index }}
@ -21,7 +21,7 @@
<span v-else>{{ getLabel(node.label) }}</span>
</el-tooltip>
</el-col>
<el-col :span="1">
<el-col :span="2">
<ms-api-report-status :status="node.totalStatus"
v-if="node.type !=='ConstantTimer'|| node.type !=='Assertion'"/>
</el-col>