|
@@ -114,7 +114,12 @@ const toggleCollapsed = () => {
|
|
>
|
|
>
|
|
<div class="aside-menu-category">{{ $t('common.aiCtrl') }}</div>
|
|
<div class="aside-menu-category">{{ $t('common.aiCtrl') }}</div>
|
|
<template v-for="item in deviceGroupList" :key="item.id">
|
|
<template v-for="item in deviceGroupList" :key="item.id">
|
|
- <ASubMenu v-if="item.deviceGroupChilds?.length" :key="getDeviceGroupMenuKey(item.id)" :title="item.groupName">
|
|
|
|
|
|
+ <ASubMenu
|
|
|
|
+ v-if="item.deviceGroupChilds?.length"
|
|
|
|
+ :key="getDeviceGroupMenuKey(item.id)"
|
|
|
|
+ :title="item.groupName"
|
|
|
|
+ popup-class-name="aside-menu-submenu-popup"
|
|
|
|
+ >
|
|
<template #icon>
|
|
<template #icon>
|
|
<SvgIcon name="air-conditioning" />
|
|
<SvgIcon name="air-conditioning" />
|
|
</template>
|
|
</template>
|