|
|
|
|
@ -71,7 +71,7 @@ onShow(() => {
|
|
|
|
|
>{{ i.sex === 1 ? "男" : "女" }}性</view
|
|
|
|
|
>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="person_idnumber_wrapper">{{ i.id_number }}</view>
|
|
|
|
|
<view class="person_idnumber_wrapper">{{ i.birthday }}</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view v-if="!!i.relation" class="person_type_wrapper">{{
|
|
|
|
|
i.relation
|
|
|
|
|
|