guoyujia 1 년 전
부모
커밋
c5bc64ad44
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/layout/components/Navbar.vue

+ 3 - 3
src/layout/components/Navbar.vue

@@ -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'">
         <!--