|
|
@@ -5,8 +5,11 @@
|
|
|
|
|
|
<!-- 用户名及职位 -->
|
|
|
<text class="username">{{ userInfo.name }}</text>
|
|
|
- <view class="position" v-for="(item,index) in userInfo.department" :key="index">
|
|
|
+ <!-- <view class="position" v-for="(item,index) in userInfo.department" :key="index">
|
|
|
{{ item.departmentName }}--{{item.position}}
|
|
|
+ </view> -->
|
|
|
+ <view class="position" >
|
|
|
+ {{ userInfo.deptName }}--{{userInfo.positionName}}
|
|
|
</view>
|
|
|
|
|
|
|