xuxy
2024-07-10 98f4b7ec4164ec1c6798c8c4188b93f4ce48ec46
pages/home/supplier-home.vue
@@ -19,7 +19,7 @@
            <image class="user-icon" v-if="currentInfo.picture" :src="currentInfo.picture" mode="aspectFit"></image>
            <view class="name">
               <view class="t1">{{currentInfo.nickName || currentInfo.loginName || '-'}}<span
               <view class="t1">{{ (!!currentInfo.supplierDTO?(currentInfo.supplierDTO.name):"") || currentInfo.nickName || currentInfo.loginName || '-'}}<span
                     v-if="currentInfo.supplierDTO&&currentInfo.supplierDTO.status!=='P'">
                     ({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span>
               </view>
@@ -171,7 +171,7 @@
      <view style="padding-bottom:200rpx">
      </view>
      <supplier-footer flg="0"></supplier-footer>
      <common-footer flg="0"></common-footer>
   </view>