Skip to content

Commit

Permalink
feat: 添加搜索框
Browse files Browse the repository at this point in the history
Closes: #31
  • Loading branch information
vvpvvp committed Jul 11, 2019
1 parent 50aea90 commit 01d4fbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/demo-components/table/search.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<div class="search-list-vue frame-page h-panel">
<div class="h-panel-bar"><span class="h-panel-title">查询列表</span></div>
<div class="h-panel-bar">
<div style="padding: 0px 0 20px;"><Search :width="400" v-model="keyword" @search="getData(true)" showSearchButton></Search></div>
<div class="search-picker">
<SearchFilter v-model="params" :datas="dicts.type" prop="type" title="类型"></SearchFilter>
<SearchFilter v-model="params" :datas="dicts.location" prop="location" multiple title="地点"></SearchFilter>
Expand Down

0 comments on commit 01d4fbe

Please sign in to comment.