可以在节点列表中直接修改节点所属线路

This commit is contained in:
刘祥超
2021-08-29 14:00:59 +08:00
parent 9549424835
commit f5f07c0e96
14 changed files with 235 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ Vue.component("dns-route-selector", {
</select>
</div>
<div class="ui field">
<input type="text" placeholder="搜索..." size="10" v-model="keyword" ref="keywordRef"/>
<input type="text" placeholder="搜索..." size="10" v-model="keyword" ref="keywordRef" @keyup.enter="confirm" @keypress.enter.prevent="1"/>
</div>
<div class="ui field">