|
@@ -37,15 +37,15 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
- <template v-if="userInfo.nickname && userInfo.nickname.length > 3">
|
|
|
+ <template v-if="userInfo.username && userInfo.username.length > 3">
|
|
|
<el-tooltip
|
|
|
class="item"
|
|
|
effect="dark"
|
|
|
- :content="userInfo.nickname"
|
|
|
+ :content="userInfo.username"
|
|
|
placement="left-start"
|
|
|
>
|
|
|
<div class="username">
|
|
|
- {{ getUserName(userInfo.nickname) }}
|
|
|
+ {{ getUserName(userInfo.username) }}
|
|
|
<i class="el-icon-caret-bottom" />
|
|
|
</div>
|
|
|
</el-tooltip>
|