|
|
@@ -12,7 +12,6 @@ |
|
|
|
<div class="top-bar__title" style="display: flex; align-items: center"> |
|
|
|
<top-menu /> |
|
|
|
<div |
|
|
|
@click="goChange" |
|
|
|
style=" |
|
|
|
line-height: 64px; |
|
|
|
cursor: pointer; |
|
|
@@ -21,9 +20,9 @@ |
|
|
|
height: 64px; |
|
|
|
" |
|
|
|
> |
|
|
|
<div class="daili2"> |
|
|
|
<!-- <div class="daili2"> |
|
|
|
<img class="daili2img" src="/img/qh2.png" alt="" /> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<div class="daili"> |
|
|
|
{{ |
|
|
|
orgType == 0 |
|
|
@@ -35,6 +34,8 @@ |
|
|
|
: "项目后台" |
|
|
|
}} |
|
|
|
</div> |
|
|
|
|
|
|
|
<el-button @click="goChange" class="avue-header" style="margin-left: 10px;color: #fff;padding: 10px;">切换后台</el-button> |
|
|
|
</div> |
|
|
|
<div |
|
|
|
v-if="companyName" |
|
|
@@ -48,12 +49,13 @@ |
|
|
|
margin-left: 20px; |
|
|
|
" |
|
|
|
> |
|
|
|
<div class="daili2"> |
|
|
|
<!-- <div class="daili2"> |
|
|
|
<img class="daili2img" src="/img/qh1.png" alt="" /> |
|
|
|
</div> |
|
|
|
</div> --> |
|
|
|
<div class="daili"> |
|
|
|
{{ companyName }} |
|
|
|
</div> |
|
|
|
<el-button @click="goBack" class="avue-header" style="margin-left: 10px;color: #fff;padding: 10px;">切换项目</el-button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="top-bar__right"> |
|
|
|