fix(接口测试): 数据库密码框
This commit is contained in:
parent
7a867e80d1
commit
57b62ded31
|
@ -24,7 +24,7 @@
|
|||
</el-form-item>
|
||||
|
||||
<el-form-item :label="$t('api_test.request.sql.password')" prop="password">
|
||||
<el-input v-model="currentConfig.password" maxlength="200" show-word-limit
|
||||
<el-input v-model="currentConfig.password" type="password" autocomplete="new-password" maxlength="200"
|
||||
:placeholder="$t('commons.input_content')"/>
|
||||
</el-form-item>
|
||||
|
||||
|
|
Loading…
Reference in New Issue