修改
This commit is contained in:
parent
af9f7a8a72
commit
416d4b3032
@ -23,7 +23,11 @@
|
||||
v-model="appPersonallist.phonenumber" />
|
||||
</view>
|
||||
<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>
|
||||
@ -66,9 +70,9 @@
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
getNurseStationName() {
|
||||
return data => data?.nurseStationSysUserVOList?. [0]?.nurseStationName || ''
|
||||
},
|
||||
// getNurseStationName() {
|
||||
// return data => data?.nurseStationSysUserVOList?. [0]?.nurseStationName || ''
|
||||
// },
|
||||
},
|
||||
onShow() {
|
||||
this.info();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user