diff --git a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executeSubmit.vue b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executeSubmit.vue index 000c31304f..05160da092 100644 --- a/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executeSubmit.vue +++ b/frontend/src/views/test-plan/testPlan/detail/featureCase/detail/executeSubmit.vue @@ -10,9 +10,12 @@ - - {{ t('caseManagement.caseReview.commitResult') }} - +
+ + {{ t('caseManagement.caseReview.commitResult') }} + + +
{{ t('caseManagement.caseReview.autoNext') }}
- + + diff --git a/frontend/src/views/test-plan/testPlan/locale/en-US.ts b/frontend/src/views/test-plan/testPlan/locale/en-US.ts index 7fea7300a3..655788f38f 100644 --- a/frontend/src/views/test-plan/testPlan/locale/en-US.ts +++ b/frontend/src/views/test-plan/testPlan/locale/en-US.ts @@ -19,6 +19,7 @@ export default { 'testPlan.testPlanIndex.useCount': 'Use cases', 'testPlan.testPlanIndex.bugCount': 'bug count', 'testPlan.featureCase.bug': 'bug', + 'testPlan.featureCase.addBug': 'Add bug', 'testPlan.testPlanIndex.belongModule': 'belong module', 'testPlan.testPlanIndex.createTime': 'create time', 'testPlan.testPlanIndex.operation': 'operation', diff --git a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts index 654517d8d0..43d39558e8 100644 --- a/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts +++ b/frontend/src/views/test-plan/testPlan/locale/zh-CN.ts @@ -99,6 +99,7 @@ export default { 'testPlan.bugManagement.defectState': '缺陷状态', 'testPlan.featureCase.bugCount': '缺陷数', 'testPlan.featureCase.bug': '缺陷', + 'testPlan.featureCase.addBug': '添加缺陷', 'testPlan.featureCase.executor': '执行人', 'testPlan.featureCase.changeExecutor': '修改执行人', 'testPlan.featureCase.batchChangeExecutor': '批量修改执行人',