From 10bcfe137851e93f4f8410864c4a8a2e436448c0 Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 16 Aug 2022 13:34:12 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E9=80=9A?= =?UTF-8?q?=E7=9F=A5=E6=A8=A1=E7=89=88=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015727 --user=刘瑞斌 【测试计划】定时任务通知模板中变量名${executionTimes}没有删掉和测试用例匹配规则 ${testCaseMatchRule} 参数取不到值 https://www.tapd.cn/55049933/s/1224099 --- .../notification/track/TestPlanTaskNotification.vue | 12 ------------ .../track/plan/components/ScheduleNotification.vue | 12 ------------ 2 files changed, 24 deletions(-) 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',