29329
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="top">
|
||||
<div class="left">
|
||||
<h2>{{ item.name }}</h2>
|
||||
<span>{{ item.idNumber }}</span>
|
||||
<span>{{ item.idNumber.replace(/(.{6}).*(.{4})/, '$1********$2') }}</span>
|
||||
</div>
|
||||
<span v-if="item.isHousehold == 1">户主</span>
|
||||
<span v-else>{{ $dict.getLabel('fpRelationship', item.householdRelation) }}</span>
|
||||
|
||||
Reference in New Issue
Block a user