From 6ffc3f47bfeb5472f04bf99414f086bc9837071d Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 11 Jul 2025 11:48:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=A1=B9=E8=80=83=E6=A0=B8=E5=BE=97?= =?UTF-8?q?=E5=88=86=E6=B1=87=E6=80=BB=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/RecursiveTree/index.vue | 83 +++ ruoyi-ui/src/views/kaohe/totalScore/index.vue | 478 ++---------------- 2 files changed, 124 insertions(+), 437 deletions(-) create mode 100644 ruoyi-ui/src/components/RecursiveTree/index.vue diff --git a/ruoyi-ui/src/components/RecursiveTree/index.vue b/ruoyi-ui/src/components/RecursiveTree/index.vue new file mode 100644 index 0000000..09f96e4 --- /dev/null +++ b/ruoyi-ui/src/components/RecursiveTree/index.vue @@ -0,0 +1,83 @@ + + + + + diff --git a/ruoyi-ui/src/views/kaohe/totalScore/index.vue b/ruoyi-ui/src/views/kaohe/totalScore/index.vue index e235f21..d53a8a5 100644 --- a/ruoyi-ui/src/views/kaohe/totalScore/index.vue +++ b/ruoyi-ui/src/views/kaohe/totalScore/index.vue @@ -1,158 +1,17 @@