<liclass="menu-item"@mouseover="mouseOver(item)"v-for="(item,index) in MenuList":class="{'firstActive':firstCked==item.MenuId}" @click="firstCked=item.MenuId" :key="index">
<el-submenu:index="childItem.MenuId+''"v-for="(childItem,childIndex) in secondList.SubList":key="childIndex">
<templateslot="title">
<templateslot="title">
<span>店铺设计</span>
<span>{{childItem.MenuName}}</span>
</template>
</template>
<el-menu-item-group>
<el-menu-item-group>
<el-menu-itemindex="1-1">
<el-menu-item:index="thirdChild.MenuId+''"@click.native="clickMenu(thirdChild)"v-for="(thirdChild,thirdIndex) in childItem.ThirdList":key="thirdIndex">