fix(测试跟踪): 报告接口执行结果展示不全
--bug=1026210 --user=宋昌昌 【测试跟踪】报告-接口场景执行结果-事务控制器结果为Pending、FakeError显示不全 https://www.tapd.cn/55049933/s/1372281
This commit is contained in:
parent
8e8161807a
commit
65e3ca54eb
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue