|
|
@ -1,14 +1,23 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-row :gutter="0" v-if="isLinkDisabled" style="margin-top: 15px">
|
|
|
|
<el-row :gutter="0" v-if="isLinkDisabled" style="margin-top: 15px">
|
|
|
|
<el-col :span="24" align="right">
|
|
|
|
<el-col :span="2" align="left">
|
|
|
|
|
|
|
|
<img v-if="logo" :src="logo" class="sidebar-logo"/>
|
|
|
|
|
|
|
|
</el-col>
|
|
|
|
|
|
|
|
<el-col :span="22" align="right" style="margin-top: 10px">
|
|
|
|
<div class="inv-hos-title">
|
|
|
|
<div class="inv-hos-title">
|
|
|
|
|
|
|
|
<span
|
|
|
|
|
|
|
|
style="margin: 10px;color: #2d8cf0;font-size: 14px;"
|
|
|
|
|
|
|
|
>部门 : {{ this.userInfo.deptName }}</span>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户 : 
|
|
|
|
|
|
|
|
<!-- {{-->
|
|
|
|
|
|
|
|
<!-- this.userInfo.companyName-->
|
|
|
|
|
|
|
|
<!-- }}-->
|
|
|
|
|
|
|
|
</span>
|
|
|
|
<span
|
|
|
|
<span
|
|
|
|
style="margin: 10px;color: #2d8cf0;font-size: 14px;"
|
|
|
|
style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px"
|
|
|
|
>部门:  {{ this.userInfo.deptName }}</span>
|
|
|
|
>    (用户 : {{
|
|
|
|
<span
|
|
|
|
|
|
|
|
style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 30px;margin-left: 30px"
|
|
|
|
|
|
|
|
>(用户:  {{
|
|
|
|
|
|
|
|
this.userInfo.userName
|
|
|
|
this.userInfo.userName
|
|
|
|
}})</span>
|
|
|
|
}})</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|