fix(性能测试): 查看报告的时候不能点击线程类型

This commit is contained in:
Captain.B 2021-03-11 17:26:18 +08:00
parent 84895e7d34
commit 4557e1905d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</el-form-item>
<br>
<el-form-item>
<el-radio-group v-model="threadGroup.threadType">
<el-radio-group v-model="threadGroup.threadType" :disabled="true">
<el-radio label="DURATION">{{ $t('load_test.by_duration') }}</el-radio>
<el-radio label="ITERATION">{{ $t('load_test.by_iteration') }}</el-radio>
</el-radio-group>