feat: 性能测试报告字段优化

This commit is contained in:
wenyann 2020-10-19 12:29:40 +08:00
parent eccbaa639d
commit 951157592c
1 changed files with 3 additions and 3 deletions

View File

@ -139,9 +139,9 @@ export default {
{text: 'Error', value: 'Error'} {text: 'Error', value: 'Error'}
], ],
triggerFilters: [ triggerFilters: [
{text: '手动', value: 'MANUAL'}, {text: this.$t('commons.trigger_mode.manual'), value: 'MANUAL'},
{text: '定时任务', value: 'SCHEDULE'}, {text: this.$t('commons.trigger_mode.schedule'), value: 'SCHEDULE'},
{text: 'API', value: 'API'} {text: this.$t('commons.trigger_mode.api'), value: 'API'}
], ],
buttons: [ buttons: [
{ {