diff --git a/back/src/views/modules/ability/assignedScene/components/infrastructure-tree.vue b/back/src/views/modules/ability/assignedScene/components/infrastructure-tree.vue
index a4ccdd1b..082ac4d5 100644
--- a/back/src/views/modules/ability/assignedScene/components/infrastructure-tree.vue
+++ b/back/src/views/modules/ability/assignedScene/components/infrastructure-tree.vue
@@ -19,7 +19,11 @@
- {{ val.name }}({{ val.channelCount }})
+
+ {{val.name}}
+ {{ val.name }}
+
+ ({{ val.channelCount }})
{{ val.total }}
@@ -54,7 +58,7 @@