This commit is contained in:
曹辉 2023-02-23 10:03:08 +08:00
parent af9f7a8a72
commit 416d4b3032

View File

@ -23,7 +23,11 @@
v-model="appPersonallist.phonenumber" /> v-model="appPersonallist.phonenumber" />
</view> </view>
<view class="nursetype name" style="border: none;line-height: 50rpx;margin: 20rpx 20rpx;"> <view class="nursetype name" style="border: none;line-height: 50rpx;margin: 20rpx 20rpx;">
护理站:{{getNurseStationName(appPersonallist)}} 护理站
<text v-for='(uitem,index) in appPersonallist.nurseStationSysUserVOList'> {{uitem.nurseStationName}}
<text v-if="index!=appPersonallist.nurseStationSysUserVOList.length-1"></text>
</text>
<!-- {{getNurseStationName(appPersonallist)}} -->
</view> </view>
</view> </view>
</view> </view>
@ -66,9 +70,9 @@
} }
}, },
computed: { computed: {
getNurseStationName() { // getNurseStationName() {
return data => data?.nurseStationSysUserVOList?. [0]?.nurseStationName || '' // return data => data?.nurseStationSysUserVOList?. [0]?.nurseStationName || ''
}, // },
}, },
onShow() { onShow() {
this.info(); this.info();