From df8de40201c62748c165f2e7bdb8d8c2154e499b Mon Sep 17 00:00:00 2001 From: CaptainB Date: Tue, 22 Feb 2022 17:54:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5):=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1=E5=8F=98=E9=87=8F=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E8=8E=B7=E5=8F=96=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1010513 --user=刘瑞斌 【测试跟踪】-测试计划-定时执行-飞书/钉钉/企业微信机器人通知中无测试报告链接 https://www.tapd.cn/55049933/s/1107858 --- .../track/plan/components/ScheduleNotification.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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', + }, ], }; },