diff --git a/frontend/src/business/components/track/plan/components/ScheduleNotification.vue b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue index f8d4dfcaf7..1856875bc9 100644 --- a/frontend/src/business/components/track/plan/components/ScheduleNotification.vue +++ b/frontend/src/business/components/track/plan/components/ScheduleNotification.vue @@ -153,13 +153,13 @@ export default { '\n' + '
\n' + '
\n' + - ' ${operator}执行接口测试成功: ${name}, 报告: ${reportUrl}' + + ' ${operator}执行接口测试成功: ${name}, 报告: ${planShareUrl}' + '
\n' + '\n' + '
\n' + '\n' + '', - robotTitle: "${operator}执行接口测试成功: ${name}, 报告: ${reportUrl}", + robotTitle: "${operator}执行接口测试成功: ${name}, 报告: ${planShareUrl}", scheduleTask: [{ taskType: "scheduleTask", event: "", @@ -265,6 +265,10 @@ export default { label: this.$t('test_track.pass_rate'), value: 'passRate', }, + { + label: this.$t('report.plan_share_url'), + value: 'planShareUrl', + }, ], }; },