Lijy 3 هفته پیش
والد
کامیت
e4c207f4c7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/my/index.vue

+ 1 - 1
fhKeeper/formulahousekeeper/customerBuler-crm-h5/src/pages/tabbar/my/index.vue

@@ -10,7 +10,7 @@
           </div>
           <div class="ml-8 profilePicture-text">
             <TranslationComponent :openId="userInfo.userInfo.name" /> <br />
-            <div class="jobIdEtc">工号:{{ userInfo.userInfo.jobNumber }}</div>
+            <div class="jobIdEtc">工号:{{ userInfo.userInfo.jobNumber ? userInfo.userInfo.jobNumber : '待配置' }}</div>
           </div>
         </div>
       </div>