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:
parent
36c19748a6
commit
44b24cd3df
|
|
@ -33,6 +33,7 @@
|
|||
v-model="datasource"
|
||||
style="width: 288px;"
|
||||
size="small"
|
||||
filterable
|
||||
:disabled="isDetails">
|
||||
<el-option
|
||||
v-for="city in datasourceList"
|
||||
|
|
|
|||
Loading…
Reference in New Issue