居民档案

This commit is contained in:
liuye
2022-06-16 16:55:59 +08:00
parent 324c514998
commit 7056701201

View File

@@ -6,8 +6,9 @@
<div class="fill">
<b>{{ top.detail.realName || top.detail.name }}</b>
<u-row>
<span class="idNumber" v-html="IDObj.id" />
<a @tap="showID = !showID">{{ IDObj.btn }}</a>
<span class="idNumber">{{resident.idNumber}}</span>
<!-- <span class="idNumber" v-html="IDObj.id" />
<a @tap="showID = !showID">{{ IDObj.btn }}</a> -->
</u-row>
</div>
</div>
@@ -30,7 +31,7 @@
<span v-if="resident.currentAddressNo">{{resident.currentAddressNo}}</span>
</AiCell>
</div>
<div class="card">
<!-- <div class="card">
<AiCell title label="家庭信息" />
<AiCell label="是否户主">{{ $dict.getLabel('householdName', resident.householdName) || '-' }}</AiCell>
<AiCell label="与户主关系">{{ $dict.getLabel('householdRelation', resident.householdRelation) || '-' }}</AiCell>
@@ -39,7 +40,7 @@
<div class="card">
<AiCell title label="家庭成员" />
<AiTable :data="family" :colConfigs="colConfigs" />
</div>
</div> -->
</section>
</template>