Commit e9a5bd34 authored by wangqiliang's avatar wangqiliang

业务范围查询参数修改

parent f08c340b
......@@ -2,7 +2,7 @@
<div class="container">
<div class="search-box">
<div class="search-bar">
<input class="search-con" type="search" v-model="keyword" placeholder="请输入关键字搜索"/>
<input class="search-con" type="text" @keyup.enter="search" v-model="keyword" placeholder="请输入关键字搜索"/>
<label class="search-btn" @click='search'>搜索</label>
</div>
</div>
......
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