fix(性能测试): 修复压力配置-开启RPS上限按钮,执行测试后,按钮自动关闭
This commit is contained in:
parent
040b10c2f5
commit
a9394eacb3
|
@ -36,7 +36,7 @@
|
|||
<div class="config-form-label">{{ $t('load_test.rps_limit') }}</div>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-switch v-model="rpsLimitEnable"/>
|
||||
<el-switch v-model="rpsLimitEnable" :disabled="true"/>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-input-number
|
||||
|
|
Loading…
Reference in New Issue