From a32e0aa10082d20c68fa5f9e5daab0c69b254944 Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Fri, 12 Apr 2024 15:56:27 +0800 Subject: [PATCH 1/4] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index 952a495..a41ebbc 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -46,16 +46,24 @@ :tree-props="{children: 'children', hasChildren: 'hasChildren'}" > - + + + + - + From c040ecd692d5a45f7c57c3e8074b3903e432fead Mon Sep 17 00:00:00 2001 From: ruancuihong <2806986110@qq.com> Date: Fri, 12 Apr 2024 17:23:14 +0800 Subject: [PATCH 2/4] =?UTF-8?q?feat:=20tree=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warnInfo/components/Tree.vue | 428 ++++++++++++++++++ .../warnInfo/components/forecastDetail.vue | 70 +++ .../fourPredictions/warnInfo/index.vue | 163 ++++++- 3 files changed, 660 insertions(+), 1 deletion(-) create mode 100644 src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue create mode 100644 src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue b/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue new file mode 100644 index 0000000..16af892 --- /dev/null +++ b/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue @@ -0,0 +1,428 @@ + + + \ No newline at end of file diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue new file mode 100644 index 0000000..1bb9737 --- /dev/null +++ b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue @@ -0,0 +1,70 @@ + + + + \ No newline at end of file diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/index.vue b/src/views/aiSupervision/fourPredictions/warnInfo/index.vue index 037bd1d..30f8f13 100644 --- a/src/views/aiSupervision/fourPredictions/warnInfo/index.vue +++ b/src/views/aiSupervision/fourPredictions/warnInfo/index.vue @@ -1,3 +1,164 @@ + + From 64bf58889f2adb707e02560026af5626ff209138 Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Fri, 12 Apr 2024 18:33:16 +0800 Subject: [PATCH 3/4] =?UTF-8?q?fix:=20=E5=B1=8F=E8=94=BD=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/menu/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/system/menu/index.vue b/src/views/system/menu/index.vue index a41ebbc..229e635 100644 --- a/src/views/system/menu/index.vue +++ b/src/views/system/menu/index.vue @@ -63,11 +63,11 @@ - -