Commit 188e8012 by zhuzhequan

sql执行工具去除dataHost显示

parent 75ad97ed
......@@ -119,7 +119,7 @@
:disabled="editForm.database.includes('all')"
v-for="it in dataBase"
:key="it"
:label="`${it.databaseName}(${it.dataHost})`"
:label="`${it.databaseName}`"
:value="it.id"></el-option>
</el-select>
</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