This commit is contained in:
liuye
2022-03-29 16:14:21 +08:00
parent 49c3afcff8
commit 5fd52a650a

View File

@@ -7,7 +7,8 @@
<h2>{{ item.name }}</h2>
<span>{{ item.idNumber }}</span>
</div>
<span>{{ $dict.getLabel('fpRelationship', item.householdRelation) }}</span>
<span v-if="item.isHousehold == 1">户主</span>
<span v-else>{{ $dict.getLabel('fpRelationship', item.householdRelation) }}</span>
</div>
<div class="bottom">
<span>{{ $dict.getLabel('sex', item.sex) }}</span>