fix: 场景报告不展示未执行的状态
This commit is contained in:
parent
0a400b1930
commit
970955d323
|
@ -276,8 +276,8 @@ export default {
|
||||||
return this.report.reportType && this.report.reportType.startsWith("UI");
|
return this.report.reportType && this.report.reportType.startsWith("UI");
|
||||||
},
|
},
|
||||||
showUnExecuteReport() {
|
showUnExecuteReport() {
|
||||||
return this.content.scenarioStepUnExecuteReport && this.content.scenarioStepUnExecuteReport > 0
|
return (this.content.scenarioStepUnExecuteReport && this.content.scenarioStepUnExecuteReport > 0)
|
||||||
&& this.content.scenarioUnExecute && this.content.scenarioUnExecute > 0;
|
|| (this.content.scenarioUnExecute && this.content.scenarioUnExecute > 0);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue