|
|
|
@ -9,13 +9,9 @@
|
|
|
|
|
<template v-if="device!=='mobile'">
|
|
|
|
|
|
|
|
|
|
<div class="inv-hos-title">
|
|
|
|
|
<span
|
|
|
|
|
style="margin-left:8px;color: #2d8cf0;font-size: 14px;">部门 :{{ deptName }}</span>  
|
|
|
|
|
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">用户 :吴XX{{ this.companyName }}</span>
|
|
|
|
|
<span
|
|
|
|
|
style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{
|
|
|
|
|
this.userName
|
|
|
|
|
}})</span>
|
|
|
|
|
<span style="margin: 14px;color: #2d8cf0;font-size: 14px;">部门 : {{ deptName }}  </span>
|
|
|
|
|
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px;">  用户 : 吴XX{{ this.companyName }}</span>
|
|
|
|
|
<span style="font-weight: 500;color:rgb(51 48 48); font-size: 14px; margin-right: 20px">({{this.userName }})</span>
|
|
|
|
|
</div>
|
|
|
|
|
<search id="header-search" class="right-menu-item"/>
|
|
|
|
|
<screenfull id="screenfull" class="right-menu-item hover-effect"/>
|
|
|
|
|