소스 검색

我的界面增加部门分组

jwyu 3 년 전
부모
커밋
c9d34277cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/mine/index.vue

+ 1 - 1
pages/mine/index.vue

@@ -20,7 +20,7 @@
 				</view>
 				<view class="info-item flex">
 					<text class="label">所属部门</text>
-					<text></text>
+					<text>{{userInfo.DepartmentName}}<text v-if="userInfo.GroupName">/{{userInfo.GroupName}}</text></text>
 				</view>
 				<view class="info-item flex">
 					<text class="label">角色</text>