When the SQL node is selected (#6851)

The data source list needs to scroll continuously, and the search efficiency is low

Add a quick search box to quickly locate the data source to be selected
This commit is contained in:
xiaoguaiguai 2021-11-15 17:21:34 +08:00 committed by GitHub
parent 36c19748a6
commit 44b24cd3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
v-model="datasource"
style="width: 288px;"
size="small"
filterable
:disabled="isDetails">
<el-option
v-for="city in datasourceList"