fix(UI自动化): 报告-查看报告详情-导出-未执行步骤显示为失败0ms

--bug=1021712 --user=张勇 【测试跟踪】报告-查看报告详情-导出-未执行步骤显示为失败0ms https://www.tapd.cn/55049933/s/1325503
This commit is contained in:
zhangyong 2023-01-10 17:29:48 +08:00 committed by zhangdahai112
parent 06b169f8d5
commit ad48aa07ce

View File

@ -109,7 +109,7 @@ export default {
return this.command.label;
},
isUnexecute() {
return !this.result || this.result.status === 'unexecute';
return !this.result || this.result.status === 'unexecute' || this.result.status === 'PENDING';
}
},
watch: {