| | |
| | | <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&¤tInfo.supplierDTO.status!=='P'"> |
| | | ({{currentInfo.supplierDTO?currentInfo.supplierDTO.statusStr:''}})</span> |
| | | </view> |
| | |
| | | |
| | | <view style="padding-bottom:200rpx"> |
| | | </view> |
| | | <supplier-footer flg="0"></supplier-footer> |
| | | <common-footer flg="0"></common-footer> |
| | | |
| | | |
| | | </view> |