激情六月丁香婷婷|亚洲色图AV二区|丝袜AV日韩AV|久草视频在线分类|伊人九九精品视频|国产精品一级电影|久草视频在线99|在线看的av网址|伊人99精品无码|午夜无码视频在线

高校合作1:010-59833514 ?咨詢電話:400-810-1418 服務(wù)與監(jiān)督電話:400-810-1418轉(zhuǎn)接2

vue elementn-ui 動(dòng)態(tài)導(dǎo)航欄展示數(shù)據(jù)

發(fā)布時(shí)間:2024-03-07 12:25:06 瀏覽量:162次

在element-ui的網(wǎng)址
http://element-cn.eleme.io/#/zh-CN/component/layout中只有寫死的數(shù)據(jù),沒有同數(shù)據(jù)庫結(jié)合

展示效果如下:

導(dǎo)航欄展示

數(shù)據(jù)需要自己在后臺(tái)進(jìn)行獲取,封裝.類似如下:

后臺(tái)獲取封裝數(shù)據(jù)

<!--create by jyhong-->
<!--一級(jí)菜單-->
<template v-for="(temp,index) in test">
<template v-if="!temp.hasChild">
<el-menu-item :index="temp.id" :class="temp.className"><a href="javascript:void(0);" @click="changeIFSrc(temp.index)">{{temp.label}}</a></el-menu-item>
</template>
<template v-else>
<!--二級(jí)菜單-->
<el-submenu :index="temp.id">
<template slot="title">{{temp.label}}</template>
<template v-for="(temp2,index2) in temp.child">
<el-menu-item v-if="!temp2.hasChild" :index="temp2.id" :class="temp2.className"><a href="javascript:void(0);" @click="changeIFSrc(temp.index)">{{temp2.label}}</a></el-menu-item>
<el-submenu v-else :index="temp2.id">
<template slot="title">{{temp2.label}}</template>
<!--三級(jí)菜單-->
<el-menu-item v-for="(sontemp,index2) in temp2.child" :index="sontemp.id"><a href="javascript:void(0);" @click="changeIFSrc(temp.index)">{{sontemp.label}}</a></el-menu-item>
</el-submenu>
</template>
</el-submenu>
</template>
</template>

熱門課程推薦

熱門資訊

請(qǐng)綁定手機(jī)號(hào)

x

同學(xué)您好!

您已成功報(bào)名0元試學(xué)活動(dòng),老師會(huì)在第一時(shí)間與您取得聯(lián)系,請(qǐng)保持電話暢通!
確定