fix(测试计划): 修复测试计划报告执行率
This commit is contained in:
parent
c0f193f8f9
commit
95007e5cc4
|
@ -470,7 +470,7 @@
|
|||
},
|
||||
{
|
||||
name: t('report.detail.performCompletion'),
|
||||
value: detail.value.passRate,
|
||||
value: detail.value.executeRate,
|
||||
unit: '%',
|
||||
icon: 'passRate',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue