| | |
| | | <span>{{generateTitle(itemHome)}}</span> |
| | | </template> |
| | | </el-menu-item> |
| | | <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0"> |
| | | <template slot="title"> |
| | | <i :class="ZHAJ.source"></i> |
| | | <span>{{generateTitle(ZHAJ)}}</span> |
| | | </template> |
| | | </el-menu-item> |
| | | <!-- <el-menu-item index="0" @click.native="openHomes(ZHAJ)" key="0">--> |
| | | <!-- <template slot="title">--> |
| | | <!-- <i :class="ZHAJ.source"></i>--> |
| | | <!-- <span>{{generateTitle(ZHAJ)}}</span>--> |
| | | <!-- </template>--> |
| | | <!-- </el-menu-item>--> |
| | | <template v-for="(item,index) in items"> |
| | | <el-menu-item :index="item.id+''" @click.native="openMenu(item)" :key="index"> |
| | | <template slot="title"> |