From 964faa1077a89713910063c39ebe08fac4e4c56e Mon Sep 17 00:00:00 2001
From: Houjie <714924425@qq.com>
Date: 星期四, 24 七月 2025 17:44:18 +0800
Subject: [PATCH] 企业维修适配修改

---
 pages/user/people.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/pages/user/people.vue b/pages/user/people.vue
index 431a2c4..17c1530 100644
--- a/pages/user/people.vue
+++ b/pages/user/people.vue
@@ -13,7 +13,10 @@
 		      <view class="text-xl text-orange">{{personalList.username}}</view>
 			  <view class="margin-top-sm"><text class="cuIcon-people"></text> 鐢ㄦ埛</view>
 		    </view>
-		    
+		    <view class="flex flex-sub flex-direction animation-slide-top" :style="[{animationDelay: '0.2s'}]">
+		      <view class="text-xl text-blue">{{personalList.workNo?personalList.workNo:'宸ュ彿'}}</view>
+		      <view class="margin-top-sm"><text class="cuIcon-activity"></text> 宸ュ彿</view>
+		    </view>
 		    <view class="flex flex-sub flex-direction animation-slide-top" :style="[{animationDelay: '0.2s'}]">
 		      <view class="text-xl text-green">{{personalList.post?personalList.post:'鍛樺伐'}}</view>
 		      <view class="margin-top-sm"><text class="cuIcon-news"></text> 鑱屽姟</view>
@@ -74,7 +77,8 @@
 				  avatar:'',
 				  realname:'',
 				  username:'',
-				  post:''
+				  post:'',
+				  workNo:''
 				},
 				  positionUrl:'/sys/position/list',
 				  departUrl:'/sys/user/userDepartList',
@@ -124,7 +128,7 @@
 						
 				        // let avatar=(perArr.avatar && perArr.avatar.length > 0)? api.getFileAccessHttpUrl(perArr.avatar):'/static/avatar_boy.png'
 						this.personalList.avatar =res.data.result.avatar
-						
+						this.personalList.workNo =res.data.result.workNo
 						// this.personalList.realname = perArr.realname
 						this.personalList.username = res.data.result.realname
 						// this.personalList.depart = perArr.departIds

--
Gitblit v1.9.3