居民档案

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