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>