Commit 40c6ff5c authored by 康振飞's avatar 康振飞

info

parent 376606b5
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
@on-click="handleClick" @on-click="handleClick"
> >
<Avatar size="small" :src="info.avatar" v-if="info.avatar" /> <Avatar size="small" :src="info.avatar" v-if="info.avatar" />
<!-- <Avatar size="small" style="background-color: #87d068" icon="ios-person" v-else-if="!info.avatar" /> -->
<span class="i-layout-header-user-name" v-if="!isMobile">{{ info.name }}</span> <span class="i-layout-header-user-name" v-if="!isMobile">{{ info.name }}</span>
<DropdownMenu slot="list"> <DropdownMenu slot="list">
<i-link to="/basicData/userManagent/userInfo"> <i-link to="/basicData/userManagent/userInfo">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment