From 3a929fed2935ef09762ab8bbb30bae44f0ec810a Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Mon, 13 Dec 2021 19:03:53 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1):=20?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E6=96=87=E6=9C=AC=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --user=郭雨琦 创建文本显示 --- .../api/automation/schedule/ScheduleNotification.vue | 5 ++++- frontend/src/i18n/en-US.js | 1 + frontend/src/i18n/zh-CN.js | 1 + frontend/src/i18n/zh-TW.js | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue b/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue index 7b89f73188..0766e26a68 100644 --- a/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue +++ b/frontend/src/business/components/api/automation/schedule/ScheduleNotification.vue @@ -190,7 +190,10 @@ export default { label:'id', value:'id', }, - 'reportUrl', + { + label:this.$t('load_test.report.url'), + value:'reportUrl', + }, { label:this.$t('project.id'), value:'projectId', diff --git a/frontend/src/i18n/en-US.js b/frontend/src/i18n/en-US.js index 329bd321e1..d64471c3b1 100644 --- a/frontend/src/i18n/en-US.js +++ b/frontend/src/i18n/en-US.js @@ -961,6 +961,7 @@ export default { LatencyChart: 'Latency', BytesThroughputChart: 'Bytes', Network: 'Network', + url:'URL' }, }, api_test: { diff --git a/frontend/src/i18n/zh-CN.js b/frontend/src/i18n/zh-CN.js index 82ca73fa9c..5886bd103d 100644 --- a/frontend/src/i18n/zh-CN.js +++ b/frontend/src/i18n/zh-CN.js @@ -968,6 +968,7 @@ export default { LatencyChart: '延迟', BytesThroughputChart: '字节数', Network: '网络', + url:'路径' }, project_file_update_type_error: '更新的文件类型必须一致', }, diff --git a/frontend/src/i18n/zh-TW.js b/frontend/src/i18n/zh-TW.js index 560d490f3c..f634c4ed6a 100644 --- a/frontend/src/i18n/zh-TW.js +++ b/frontend/src/i18n/zh-TW.js @@ -965,6 +965,7 @@ export default { LatencyChart: '延遲', BytesThroughputChart: '字節數', Network: '網絡', + url:'路徑', }, project_file_update_type_error: '更新的文件類型必須一致', },