|  | @@ -4,23 +4,43 @@
 | 
	
		
			
				|  |  |          h3 {{ logoTitle }}
 | 
	
		
			
				|  |  |      .headerNav--menu
 | 
	
		
			
				|  |  |          el-menu.el-menu-demo( theme="dark" v-bind:default-active="activeIndex" mode="horizontal" @select="handleSelect" )
 | 
	
		
			
				|  |  | -            // 邮件
 | 
	
		
			
				|  |  | -            el-submenu( index="1" )
 | 
	
		
			
				|  |  | -                template( slot="title" )
 | 
	
		
			
				|  |  | -                    el-badge.item( v-bind:value="200" v-bind:max="99" )
 | 
	
		
			
				|  |  | +            // 基础资料
 | 
	
		
			
				|  |  | +            el-submenu( index="0" )
 | 
	
		
			
				|  |  | +                template( slot="title" ) 基础资料
 | 
	
		
			
				|  |  | +                    el-badge.item()
 | 
	
		
			
				|  |  |                          el-button( size="small" )
 | 
	
		
			
				|  |  | -                    i.material-icons email
 | 
	
		
			
				|  |  | -                el-menu-item( index="1-1" ) 邮件A
 | 
	
		
			
				|  |  | -                el-menu-item( index="1-2" ) 邮件B
 | 
	
		
			
				|  |  | -            // 消息
 | 
	
		
			
				|  |  | -            el-submenu( index="2" )
 | 
	
		
			
				|  |  | -                template( slot="title" )
 | 
	
		
			
				|  |  | -                    el-badge.item( v-bind:value="200" v-bind:max="99" )
 | 
	
		
			
				|  |  | +            // 基础资料
 | 
	
		
			
				|  |  | +            el-submenu( index="0" )
 | 
	
		
			
				|  |  | +                template( slot="title" ) 物业管理
 | 
	
		
			
				|  |  | +                    el-badge.item()
 | 
	
		
			
				|  |  |                          el-button( size="small" )
 | 
	
		
			
				|  |  | -                    i.material-icons notifications
 | 
	
		
			
				|  |  | -                el-menu-item( index="2-1" ) 消息A
 | 
	
		
			
				|  |  | -                el-menu-item( index="2-2" ) 消息B
 | 
	
		
			
				|  |  | -                el-menu-item( index="2-3" ) 消息C
 | 
	
		
			
				|  |  | +            // 基础资料
 | 
	
		
			
				|  |  | +            el-submenu( index="0" )
 | 
	
		
			
				|  |  | +                template( slot="title" ) 资产管理
 | 
	
		
			
				|  |  | +                    el-badge.item()
 | 
	
		
			
				|  |  | +                        el-button( size="small" )
 | 
	
		
			
				|  |  | +            // 基础资料
 | 
	
		
			
				|  |  | +            el-submenu( index="0" )
 | 
	
		
			
				|  |  | +                template( slot="title" ) 报表中心
 | 
	
		
			
				|  |  | +                    el-badge.item()
 | 
	
		
			
				|  |  | +                        el-button( size="small" )
 | 
	
		
			
				|  |  | +            //- // 邮件
 | 
	
		
			
				|  |  | +            //- el-submenu( index="1" )
 | 
	
		
			
				|  |  | +            //-     template( slot="title" )
 | 
	
		
			
				|  |  | +            //-         el-badge.item( v-bind:value="200" v-bind:max="99" )
 | 
	
		
			
				|  |  | +            //-             el-button( size="small" )
 | 
	
		
			
				|  |  | +            //-         i.material-icons email
 | 
	
		
			
				|  |  | +            //-     el-menu-item( index="1-1" ) 邮件A
 | 
	
		
			
				|  |  | +            //-     el-menu-item( index="1-2" ) 邮件B
 | 
	
		
			
				|  |  | +            //- // 消息
 | 
	
		
			
				|  |  | +            //- el-submenu( index="2" )
 | 
	
		
			
				|  |  | +            //-     template( slot="title" )
 | 
	
		
			
				|  |  | +            //-         el-badge.item( v-bind:value="200" v-bind:max="99" )
 | 
	
		
			
				|  |  | +            //-             el-button( size="small" )
 | 
	
		
			
				|  |  | +            //-         i.material-icons notifications
 | 
	
		
			
				|  |  | +            //-     el-menu-item( index="2-1" ) 消息A
 | 
	
		
			
				|  |  | +            //-     el-menu-item( index="2-2" ) 消息B
 | 
	
		
			
				|  |  | +            //-     el-menu-item( index="2-3" ) 消息C
 | 
	
		
			
				|  |  |              // 个人信息
 | 
	
		
			
				|  |  |              el-submenu( index="3" )
 | 
	
		
			
				|  |  |                  template( slot="title" ) admin
 |