diff --git a/src/components/360View/collection.vue b/src/components/360View/collection.vue index 2bf8ee5..ee4eb26 100644 --- a/src/components/360View/collection.vue +++ b/src/components/360View/collection.vue @@ -8,11 +8,12 @@ :data="collectData" node-key="id" default-expand-all + :props="defaultProps" :expand-on-click-node="false" > - {{ data.name }} + {{ node.label }} @@ -35,7 +36,7 @@ - +