This commit is contained in:
熊成强 2020-11-24 10:21:54 +08:00
parent 3c31538c3a
commit 9314d9f7cb
2 changed files with 6 additions and 3 deletions

View File

@ -15,7 +15,10 @@
</transition> </transition>
<div class="navBar-right" v-if="isNav"> <div class="navBar-right" v-if="isNav">
<span>{{this.userInfo.realName}}</span> <span>{{this.userInfo.realName}}</span>
<InfoHeader :isShow='false' :obj='{src:this.userInfo.avatar}' /> <el-tooltip class="item" effect="dark" :content="this.userInfo.mobile" placement="bottom">
<InfoHeader :isShow='false' :obj='{src:this.userInfo.avatar}' />
</el-tooltip>
<!-- <img :src="this.userInfo.avatar || ''" alt=""> --> <!-- <img :src="this.userInfo.avatar || ''" alt=""> -->
</div> </div>
</div> </div>

View File

@ -169,7 +169,7 @@ export default {
], ],
series: [ series: [
{ {
barWidth: 20, barWidth: 15,
name: '', name: '',
type: 'bar', type: 'bar',
data: [] data: []
@ -214,7 +214,7 @@ export default {
], ],
series: [ series: [
{ {
barWidth: 20, barWidth: 15,
name: '直接访问', name: '直接访问',
type: 'bar', type: 'bar',
data: [] data: []