feat: 性能测试报告字段优化
This commit is contained in:
parent
eccbaa639d
commit
951157592c
|
@ -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: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue