From 951157592ccbf3ab7545c5e04899d8ef2b25fc52 Mon Sep 17 00:00:00 2001 From: wenyann <64353056+wenyann@users.noreply.github.com> Date: Mon, 19 Oct 2020 12:29:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E6=8A=A5=E5=91=8A=E5=AD=97=E6=AE=B5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/performance/report/PerformanceTestReport.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/business/components/performance/report/PerformanceTestReport.vue b/frontend/src/business/components/performance/report/PerformanceTestReport.vue index 569eca7028..e94b84a186 100644 --- a/frontend/src/business/components/performance/report/PerformanceTestReport.vue +++ b/frontend/src/business/components/performance/report/PerformanceTestReport.vue @@ -139,9 +139,9 @@ export default { {text: 'Error', value: 'Error'} ], triggerFilters: [ - {text: '手动', value: 'MANUAL'}, - {text: '定时任务', value: 'SCHEDULE'}, - {text: 'API', value: 'API'} + {text: this.$t('commons.trigger_mode.manual'), value: 'MANUAL'}, + {text: this.$t('commons.trigger_mode.schedule'), value: 'SCHEDULE'}, + {text: this.$t('commons.trigger_mode.api'), value: 'API'} ], buttons: [ {