| | |
| | | <i :class="item[iconKey]"></i> |
| | | <span slot="title" |
| | | :class="{'el-menu--display':collapse && first}">{{generateTitle(item)}}</span> |
| | | <div v-show="generateTitle(item) == '保安单位许可备案审批'" |
| | | <!-- <div v-show="generateTitle(item) == '保安单位许可备案审批'" |
| | | style="position: absolute; |
| | | top: -2px; |
| | | z-index: 99; |
| | |
| | | line-height: 28px !important; |
| | | transform: translate(-80%, 0) scale(0.8)"> |
| | | {{xkTotal}} |
| | | </div> |
| | | </div> --> |
| | | </template> |
| | | <template v-for="(child,cindex) in item[childrenKey]"> |
| | | <el-menu-item :index="child[pathKey],cindex" |
| | |
| | | :key="child[labelKey]"> |
| | | <i :class="child[iconKey]"></i> |
| | | <span slot="title">{{generateTitle(child)}}</span> |
| | | <div v-show="generateTitle(child) == '保安服务许可申请'" |
| | | <!-- <div v-show="generateTitle(child) == '保安服务许可申请'" |
| | | style="position: absolute; |
| | | top: -2px; |
| | | z-index: 99; |
| | |
| | | line-height: 28px !important; |
| | | transform: translate(-80%, 0) scale(0.8)"> |
| | | {{xkTotal}} |
| | | </div> |
| | | </div> --> |
| | | </el-menu-item> |
| | | <sidebar-item v-else |
| | | :menu="[child]" |