This commit is contained in:
shijingjing
2022-04-27 10:22:21 +08:00
parent f4b3956e3e
commit f5b0861af2

View File

@@ -5,7 +5,7 @@
<div class="top"> <div class="top">
<div class="left"> <div class="left">
<h2>{{ item.name }}</h2> <h2>{{ item.name }}</h2>
<span>{{ item.idNumber }}</span> <span>{{ item.idNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}</span>
</div> </div>
<span v-if="item.isHousehold == 1">户主</span> <span v-if="item.isHousehold == 1">户主</span>
<span v-else>{{ $dict.getLabel('fpRelationship', item.householdRelation) }}</span> <span v-else>{{ $dict.getLabel('fpRelationship', item.householdRelation) }}</span>