就诊人列表隐藏身份证

main
yanzai 1 year ago
parent f0726c5154
commit 356a5d0f06

@ -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

Loading…
Cancel
Save