Commit 6b5c0174 authored by zhengke's avatar zhengke

修改

parent 6c50607c
...@@ -14,35 +14,18 @@ ...@@ -14,35 +14,18 @@
<span slot="title">首页</span> <span slot="title">首页</span>
</div> </div>
</el-menu-item> </el-menu-item>
<el-submenu index="2-1"> <el-menu-item index="1">
<template slot="title"> <div @click="goUrl('HotelList')" class="menuDiv">
<div class="menuDiv"> <i class="iconfont icon-shouye"></i>
<span slot="title">酒店管理</span> <span slot="title">酒店列表</span>
</div> </div>
</template> </el-menu-item>
<el-menu-item-group class="itemgroup"> <el-menu-item index="2">
<el-menu-item index="2-1-1" @click="goUrl('HotelList')"><span>酒店列表</span></el-menu-item>
</el-menu-item-group>
</el-submenu>
<el-menu-item>
<div @click="goUrl('HotelOrder')" class="menuDiv"> <div @click="goUrl('HotelOrder')" class="menuDiv">
<i class="iconfont icon-shouye"></i> <i class="iconfont icon-shouye"></i>
<span slot="title">酒店订单</span> <span slot="title">酒店订单</span>
</div> </div>
</el-menu-item> </el-menu-item>
<!-- <el-submenu :index="String(index+1)" v-for="(item,index) in menuList" :key="index">
<template slot="title">
<div class="menuDiv">
<i :class="[fontPub,idonfontList[index]]" ></i>
<span slot="title">{{item.MenuName}}</span>
</div>
</template>
<el-menu-item-group class="itemgroup">
<el-menu-item @click="goUrl(child)" v-for="(child,childIndex) in item.ChildMenu" :key="childIndex" :index="child.MenuUrl"><span>{{child.MenuName}}</span></el-menu-item>
</el-menu-item-group>
</el-submenu> -->
</el-menu> </el-menu>
</div> </div>
<!-- 登录人 --> <!-- 登录人 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment