refactor(性能测试): 性能测试编辑国际化修改

This commit is contained in:
Captain.B 2021-04-21 15:15:25 +08:00 committed by 刘瑞斌
parent 79d7c0e01e
commit f3fe3ee2be
1 changed files with 2 additions and 2 deletions

View File

@ -155,13 +155,13 @@ export default {
selectIds: new Set(), selectIds: new Set(),
threadGroupForSelect: [ threadGroupForSelect: [
{ {
name: this.$t('load_test.thread_group'), name: 'ThreadGroup',
tagName: 'ThreadGroup', tagName: 'ThreadGroup',
testclass: 'ThreadGroup', testclass: 'ThreadGroup',
guiclass: 'ThreadGroupGui' guiclass: 'ThreadGroupGui'
}, },
{ {
name: this.$t('load_test.concurrency_thread_group'), name: 'ConcurrencyThreadGroup',
tagName: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup', tagName: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
testclass: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup', testclass: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
guiclass: "com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroupGui" guiclass: "com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroupGui"