|
@@ -7,13 +7,13 @@
|
|
|
<div class="right-menu">
|
|
|
<div style="color: #fff; padding-right: 16px; font-size: 14px">
|
|
|
<span>当前厂别:</span>
|
|
|
- <!-- <template v-if="currentTenantName!='超级管理员'">
|
|
|
+ <template v-if="currentTenantName!='超级管理员'">
|
|
|
<span style="cursor: pointer" @click="handleShowTenantDialog">{{ currentTenantName }}</span>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
<span style="cursor: pointer" >{{ currentTenantName }}</span>
|
|
|
- </template> -->
|
|
|
- <span style="cursor: pointer" @click="handleShowTenantDialog">{{ currentTenantName }}</span>
|
|
|
+ </template>
|
|
|
+ <!-- <span style="cursor: pointer" @click="handleShowTenantDialog">{{ currentTenantName }}</span> -->
|
|
|
</div>
|
|
|
<template v-if="appStore.device !== 'mobile'">
|
|
|
<!--
|