diff --git a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue index 0da6a5c9be..0bf6b0c621 100644 --- a/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue +++ b/frontend/src/business/components/project/notification/track/TestPlanTaskNotification.vue @@ -101,14 +101,6 @@ export default { label:this.$t('test_track.plan.plan_stage'), value:'stage', }, - { - label:this.$t('test_track.case.match_rule'), - value:'testCaseMatchRule', - }, - { - label:this.$t('test_track.plan.plan_stage'), - value:'executorMatchRule', - }, { label:this.$t('commons.create_time'), value:'createTime', @@ -141,10 +133,6 @@ export default { label:this.$t('project.id'), value: 'projectId', }, - { - label: this.$t('commons.execution_times'), - value: 'executionTimes', - }, { label: this.$t('test_track.automatic_status_update'), value: 'automaticStatusUpdate', diff --git a/frontend/src/business/components/track/plan/components/ScheduleNotification.vue b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue index a8e6c4f754..dc87f17dc7 100644 --- a/frontend/src/business/components/track/plan/components/ScheduleNotification.vue +++ b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue @@ -103,14 +103,6 @@ export default { label: this.$t('test_track.plan.plan_stage'), value: 'stage', }, - { - label: this.$t('test_track.case.match_rule'), - value: 'testCaseMatchRule', - }, - { - label: this.$t('test_track.plan.plan_stage'), - value: 'executorMatchRule', - }, { label: this.$t('commons.create_time'), value: 'createTime', @@ -143,10 +135,6 @@ export default { label: this.$t('project.id'), value: 'projectId', }, - { - label: this.$t('commons.execution_times'), - value: 'executionTimes', - }, { label: this.$t('test_track.automatic_status_update'), value: 'automaticStatusUpdate',