master
xy 1 year ago
parent 01ef01eb61
commit 378d282524

@ -84,7 +84,7 @@
<br /> <br />
<view class="desc-card__content--title"> 性别 </view> <view class="desc-card__content--title"> 性别 </view>
<view class="desc-card__content--value"> {{ sex(nurse.sex) }} </view> <view class="desc-card__content--value"> {{ nurse.sex == 1 ? '男' : '女' }} </view>
<br /> <br />
</view> </view>
</view> </view>

Loading…
Cancel
Save