Commit 188e8012 by zhuzhequan

sql执行工具去除dataHost显示

parent 75ad97ed
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
:disabled="editForm.database.includes('all')" :disabled="editForm.database.includes('all')"
v-for="it in dataBase" v-for="it in dataBase"
:key="it" :key="it"
:label="`${it.databaseName}(${it.dataHost})`" :label="`${it.databaseName}`"
:value="it.id"></el-option> :value="it.id"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment