|
|
@ -32,16 +32,15 @@ |
|
|
|
<u-image radius="5rpx" width="80rpx" height="80rpx" :src="`${host}/${$store.getters['userInfo'].avatar}`" mode="aspectFill" @click="reHeadImg"> |
|
|
|
<image slot="error" style="width:80rpx;height:80rpx" src="@/static/userHeader.png" mode="aspectFill"/> |
|
|
|
</u-image> |
|
|
|
<text class="plant-youbian"/> |
|
|
|
</view> |
|
|
|
<view class="item"> |
|
|
|
<text>所属企业</text> <text class="over">{{$store.getters['userInfo'].companyName}}</text> <text class="plant-youbian"/> |
|
|
|
<text>所属企业</text> <text class="over">{{$store.getters['userInfo'].companyName}}</text> |
|
|
|
</view> |
|
|
|
<view class="item"> |
|
|
|
<text>系统账号</text> <text>{{$store.getters['userInfo'].username}}</text> <text class="plant-youbian"/> |
|
|
|
<text>系统账号</text> <text>{{$store.getters['userInfo'].username}}</text> |
|
|
|
</view> |
|
|
|
<view class="item"> |
|
|
|
<text>身份</text> <text>{{identity[$store.getters['userInfo'].roleCode]}}</text> <text class="plant-youbian"/> |
|
|
|
<text>身份</text> <text>{{identity[$store.getters['userInfo'].roleCode]}}</text> |
|
|
|
</view> |
|
|
|
<view class="item" @click="$u.route({url:'pages/home/rePassword'})"> |
|
|
|
<text>修改密码</text> <text class="plant-youbian"/> |
|
|
|