核酸采样,社区管理

This commit is contained in:
liuye
2022-09-26 10:51:06 +08:00
parent 6ff0095553
commit 5df2e8a40d
7 changed files with 544 additions and 165 deletions

View File

@@ -20,7 +20,7 @@
<div class="item" :class="tabIndex ? 'active' : ''" @click="tabClick(1)">异常人员<span></span></div>
</div>
<div class="top-search">
<u-search v-model="keyword" :clearabled="true" placeholder="请输入姓名" :show-action="false" bg-color="#F5F5F5"
<u-search v-model="keyword" :clearabled="true" placeholder="请输入姓名/手机号/身份证号" :show-action="false" bg-color="#F5F5F5"
search-icon-color="#999" color="#333" height="58" @search="getListInit" @clear="getListInit">
</u-search>
</div>