mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 20:49:56 +08:00
fix(UI自动化): 报告-查看报告详情-导出-未执行步骤显示为失败0ms
--bug=1021712 --user=张勇 【测试跟踪】报告-查看报告详情-导出-未执行步骤显示为失败0ms https://www.tapd.cn/55049933/s/1325503
This commit is contained in:
parent
06b169f8d5
commit
ad48aa07ce
@ -109,7 +109,7 @@ export default {
|
|||||||
return this.command.label;
|
return this.command.label;
|
||||||
},
|
},
|
||||||
isUnexecute() {
|
isUnexecute() {
|
||||||
return !this.result || this.result.status === 'unexecute';
|
return !this.result || this.result.status === 'unexecute' || this.result.status === 'PENDING';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
|
Loading…
Reference in New Issue
Block a user