|
@@ -8,7 +8,7 @@
|
|
|
<div v-for="(iten,indey) in fun_list">
|
|
|
<h4 v-text="iten.name"></h4>
|
|
|
<ul class="mui-table-view mui-grid-view mui-grid-9">
|
|
|
- <li v-for="(item,index) in iten.list" class="mui-table-view-cell mui-media mui-col-xs-3">
|
|
|
+ <li v-for="(item,index) in iten.list" :class="'mui-table-view-cell mui-media mui-col-xs-3 '+(item.iconRoute?'':'kfz')">
|
|
|
<router-link :to="{name:item.iconRoute}">
|
|
|
<img :src="requirePic(item.iconPic)" />
|
|
|
<div class="mui-media-body" v-text="item.iconName"></div>
|