From 3340fa01d3acd269d4538c3c49484798c5c6d0de Mon Sep 17 00:00:00 2001 From: bianyaqi Date: Tue, 21 Mar 2023 14:15:24 +0800 Subject: [PATCH] =?UTF-8?q?'=E6=94=B6=E8=97=8F=E6=82=A3=E8=80=85=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=BE=85=E5=AE=9E=E7=8E=B0'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/360View/collection.vue | 35 ++++++++++++++++++--------- 1 file changed, 23 insertions(+), 12 deletions(-) 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 @@ - +