居民档案

This commit is contained in:
yanran200730
2022-08-08 09:51:48 +08:00
parent b505c32e00
commit 27da7731ba
3 changed files with 92 additions and 99 deletions

View File

@@ -2,8 +2,18 @@
<div class="AppResidentDocument">
<u-tabs class="tabs" :list="tabList" :is-scroll="false" :current="currentTabs" height="96" @change="change" :bar-width="196"></u-tabs>
<div class="seachObjs">
<u-search v-model="keyword" :clearabled="true" placeholder="姓名/联系方式/身份证后6位" :show-action="false" bg-color="#F5F5F5" search-icon-color="#E2E8F1"
color="#666" height="58" @search="handerSearch" @clear="handerClear"></u-search>
<u-search
v-model="keyword"
:clearabled="true"
placeholder="姓名/联系方式/身份证后6位"
:show-action="false"
bg-color="#F5F5F5"
search-icon-color="#E2E8F1"
color="#666"
height="58"
@search="handerSearch"
@clear="handerClear">
</u-search>
</div>
<div class="dataes" v-if="datas.length">
<div class="datass" v-for="(item, index) in datas" :key="index" @click="toDetailCard(item)">
@@ -26,7 +36,6 @@
</div>
</div>
</div>
<!-- <AiEmpty class="emptyWrap" v-else :noPermit="true" description="暂无居民<br/>信息点击按钮新增居民信息,也可在管理系统批量导入"></AiEmpty> -->
<div class="empty" v-if="!datas.length && isMore">
<img src="https://cdn.cunwuyun.cn/dvcp/h5/no-data.png" alt="">
<p>暂无居民信息<br/>点击<span @click="edit('')">新增按钮</span>新增居民信息,也可在管理系统批量导入</p>
@@ -165,7 +174,7 @@ export default {
<style scoped lang="scss">
.AppResidentDocument {
height: 100%;
padding-top: 80rpx;
padding-top: 96rpx;
.tabs {
position: fixed;
@@ -235,6 +244,10 @@ export default {
height: 128rpx;
padding: 0 0 0 32px;
&:active {
background: #eee;
}
.left {
img {
width: 80px;