refactor(测试计划): 优化测试计划报告表头文案

This commit is contained in:
wxg0103 2024-05-17 14:09:25 +08:00 committed by 刘瑞斌
parent 156bed16c9
commit 87dc83bf75
2 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ export default {
'report.plan.name': 'Plan Name',
'report.passRate': 'Pass rate',
'report.completed': 'Completed',
'report.passRateTip': 'Pass rate: successful cases in the plan / cases in the plan * 100%',
};

View File

@ -31,6 +31,6 @@ export default {
'report.execStatus': '执行状态',
'report.plan.name': '计划名称',
'report.passRate': '通过率',
'report.passRateTip': '测试计划报告通过率',
'report.passRateTip': '通过率:执行成功的用例/计划内用例 * 100%',
'report.completed': '已完成',
};