Commit b18d60dc by caoyanzhi

update: 调整字段取值

parent 5a3b769e
......@@ -4,7 +4,7 @@
<img v-if="userInfo.headImg" :src="userInfo.headImg" alt="" class="logo-img" />
<img v-else src="../images/user-default.png" alt="" class="logo-img" />
<span class="realname-box">
<span class="realname">{{ userInfo.staffName }}</span>
<span class="realname">{{ userInfo.clerkName }}</span>
<i class="el-icon-arrow-down user-info-arrow"></i>
</span>
</span>
......
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