refactor(性能测试): 性能测试编辑国际化修改
This commit is contained in:
parent
79d7c0e01e
commit
f3fe3ee2be
|
@ -155,13 +155,13 @@ export default {
|
|||
selectIds: new Set(),
|
||||
threadGroupForSelect: [
|
||||
{
|
||||
name: this.$t('load_test.thread_group'),
|
||||
name: 'ThreadGroup',
|
||||
tagName: 'ThreadGroup',
|
||||
testclass: 'ThreadGroup',
|
||||
guiclass: 'ThreadGroupGui'
|
||||
},
|
||||
{
|
||||
name: this.$t('load_test.concurrency_thread_group'),
|
||||
name: 'ConcurrencyThreadGroup',
|
||||
tagName: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
|
||||
testclass: 'com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroup',
|
||||
guiclass: "com.blazemeter.jmeter.threads.concurrency.ConcurrencyThreadGroupGui"
|
||||
|
|
Loading…
Reference in New Issue