fix(系统设置):使项目管理中配置数据库信息时可以校验连接 (#1769)
Co-authored-by: 黎龙鑫 <lilongxinya@163.com>
This commit is contained in:
parent
c0a4d7814c
commit
7181f6b899
|
@ -39,7 +39,7 @@
|
|||
|
||||
<el-form-item>
|
||||
<div class="buttons">
|
||||
<el-button type="primary" v-show="currentConfig.id" size="small" @click="validate">{{$t('commons.validate')}}</el-button>
|
||||
<el-button type="primary" size="small" @click="validate">{{$t('commons.validate')}}</el-button>
|
||||
<el-button type="primary" v-show="currentConfig.id" size="small" @click="save('update')">{{$t('commons.update')}}</el-button>
|
||||
<el-button type="primary" v-show="currentConfig.id" size="small" @click="clear">{{$t('commons.clear')}}</el-button>
|
||||
<el-button type="primary" v-show="!currentConfig.id" size="small" @click="save('add')">{{$t('commons.add')}}</el-button>
|
||||
|
|
Loading…
Reference in New Issue