Showing
1 changed file
with
2 additions
and
2 deletions
@@ -5,11 +5,11 @@ | @@ -5,11 +5,11 @@ | ||
5 | :name="group.name" | 5 | :name="group.name" |
6 | v-for="group in store.groups" | 6 | v-for="group in store.groups" |
7 | :key="group.name"> | 7 | :key="group.name"> |
8 | - {{group.desc}} | 8 | + {{group.name}} |
9 | <i-spin class="group-spin" | 9 | <i-spin class="group-spin" |
10 | size="small" | 10 | size="small" |
11 | v-if="store.groupName === group.name && store.featchApising"> | 11 | v-if="store.groupName === group.name && store.featchApising"> |
12 | - <Icon type="load-c" size="14" class="spin-icon-load"></Icon> | 12 | + <Icon type="load-c" size="14" class="spin-icon-load"></Icon> |
13 | </i-spin> | 13 | </i-spin> |
14 | </i-menu-item> | 14 | </i-menu-item> |
15 | </i-menu-group> | 15 | </i-menu-group> |
-
Please register or login to post a comment