|
|
@@ -16,7 +16,7 @@
|
|
|
<span>{{ item.name }}</span>
|
|
|
</el-menu-item>
|
|
|
</el-menu> -->
|
|
|
- <el-dropdown class="user_top" trigger="click" @command="shopCommand">
|
|
|
+ <el-dropdown class="user_top" trigger="click" @command="shopCommand" v-if="shopShow">
|
|
|
<div>{{currentShop}} <i class="el-icon-caret-bottom"></i></div>
|
|
|
<el-dropdown-menu slot="dropdown" class="popper-dropdown-menu-user">
|
|
|
<el-dropdown-item v-for="(item, index) in shopList" :key="index" :class="{'shopActive': item.id == userInfo.currentShopId}" :command="item">{{item.shopName}}</el-dropdown-item>
|