| | |
| | | <image class="w-79 h-77 ml-38" src="/static/home/img1.png" mode=""></image> |
| | | <text class="ml-37 font-bold">回访评价</text> |
| | | </view> --> |
| | | |
| | | <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @click="toStatistics"> |
| | | <image class="w-81 h-77 ml-38" src="/static/home/img8.png" mode=""></image> |
| | | <text class="ml-37 font-bold">统计分析</text> |
| | |
| | | <view class="lineBox mb-10"></view> |
| | | <view style="height: 546rpx;overflow-y: auto;"> |
| | | <view @tap.stop="changeRole(item)" v-for="(item,index) in userInfo.permissions" :key="index" |
| | | :class="item.identity == userInfo.identity && 'bgcolor2'" |
| | | :class="item.name == userInfo.roleName && 'bgcolor2'" |
| | | class="mt-38 bgcolor1 br-58 fs-31 ml-54 mr-62 py-37 txt-center"> |
| | | <view>{{ item.name }}</view> |
| | | </view> |
| | |
| | | this.changeRolePopup = false |
| | | this.$refs.dongjiePop.showPopup() |
| | | } else { |
| | | console.log(e); |
| | | changeIdentity({ |
| | | identity: e.identity |
| | | identity: e.identity, |
| | | levelId: e.identity == 1 ? '' : e.levelId |
| | | }).then(res => { |
| | | this.$refs.uToast.show({ |
| | | type: "success", |