fix(接口测试): 修复场景报告状态未对齐的缺陷
--bug=1026270 --user=王孝刚 【接口测试】场景报告-执行结果-步骤结果未对齐 https://www.tapd.cn/55049933/s/1372601
This commit is contained in:
parent
5e6ce548ca
commit
59c12df020
|
@ -22,8 +22,10 @@
|
|||
</el-tooltip>
|
||||
</el-col>
|
||||
<el-col :span="2">
|
||||
<div style="float: right">
|
||||
<ms-api-report-status :status="node.totalStatus"
|
||||
v-if="node.type !=='ConstantTimer'|| node.type !=='Assertion'"/>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</el-card>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</el-col>
|
||||
<el-col :span="2">
|
||||
<div style="float: right">
|
||||
<ms-api-report-status :status="node.totalStatus" v-if="node.label !=='ConstantTimer'"/>
|
||||
<ms-api-report-status :status="node.totalStatus" v-if="node.type !=='ConstantTimer'|| node.type !=='Assertion'"/>
|
||||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
|
|
Loading…
Reference in New Issue