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 @@
- submit()">
- {{ t('caseManagement.caseReview.commitResult') }}
-
+
+
submit()">
+ {{ t('caseManagement.caseReview.commitResult') }}
+
+
+
{{ t('caseManagement.caseReview.autoNext') }}
-
+
{{ t('testPlan.featureCase.autoNextTip1') }}
{{ t('testPlan.featureCase.autoNextTip2') }}
@@ -138,60 +138,59 @@
size="16"
/>
-
-
- {{ t('testPlan.featureCase.bug') }}
- {{ caseDetail.bugListCount }}
-
-
-
-
-
-
- {{ t('common.newCreate') }}
- {{ t('common.associated') }}
-
- {{ t('common.associated') }}
-
-
- {{
- t('testPlan.featureCase.noBugDataTooltip')
- }}
-
- {{ t('testPlan.featureCase.noBugDataNewBug') }}
-
-
-
-
-
-
+
+
+
+
+ {{ t('testPlan.featureCase.addBug') }}
+
+
+
+ {{ t('testPlan.featureCase.noBugDataNewBug') }}
+
+
+ {{ t('caseManagement.featureCase.linkDefect') }}
+
+
+ {{ t('caseManagement.featureCase.linkDefect') }}
+
+
+ {{
+ t('testPlan.featureCase.noBugDataTooltip')
+ }}
+
+ {{ t('testPlan.featureCase.noBugDataNewBug') }}
+
+
+
+
+
+
+
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': '批量修改执行人',