|
|
|
@ -11,7 +11,7 @@ |
|
|
|
<view class="flex flex-column flex-center" style="margin-left:24rpx;align-items:flex-start"> |
|
|
|
<view class="flex flex-center text-white"> |
|
|
|
<text class="text-xl text-bold" style="white-space: nowrap;margin-right:12rpx">{{factoryName || ''}}</text> |
|
|
|
<van-tag round type="warning" wx:if="{{userInfo.isExpiration}}">授权已逾期</van-tag> |
|
|
|
<van-tag round type="warning" wx:if="{{userInfo.isExpiration}}">授权已到期</van-tag> |
|
|
|
</view> |
|
|
|
<view class="flex flex-center text-white"> |
|
|
|
<text class="text-white text-sg" style="font-size:14px">{{userName || ''}}({{ isAdmin ? '管理员' : '员工' }})</text> |
|
|
|
|