| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view class="personal-information-block"> |
| | | <!-- <view class="personal-information-block"> |
| | | <view class="block-main"> |
| | | <view class="huodai"> |
| | | <combined-title title="我的承运商" |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <view class="personal-information-block"> |
| | | <view class="block-main"> |
| | | <view class="fleet-container"> |
| | |
| | | <view class="statistics"><u-button text="用户管理" |
| | | type="primary" |
| | | @click="userManage" |
| | | v-if="roleType == 1 && userEntity.isHostUser === '0'"></u-button></view> |
| | | v-if="roleType == 1 && userInfo.isHostUser === 0"></u-button></view> |
| | | <view class="logout"><u-button text="修改密码" |
| | | type="primary" |
| | | @click="modifyPwd"></u-button></view> |
| | |
| | | computed: { |
| | | roleType() { |
| | | return uni.getStorageSync('roleType'); |
| | | }, |
| | | userInfo(){ |
| | | return uni.getStorageSync('userInfo'); |
| | | } |
| | | }, |
| | | methods: { |