From 406c181493e6ae4ccc1d000e5e8ef86418d3488e Mon Sep 17 00:00:00 2001 From: Ariel <2153899192@qq.com> Date: Fri, 25 Oct 2024 13:28:34 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3issue=E4=B8=AD=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E6=8F=90=E5=87=BA=E7=9A=84:=E5=A6=82=E4=BD=95?= =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=AF=BC=E8=88=AA=E6=A0=8F=EF=BC=9F=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E9=97=AE=E9=A2=98=20=E5=A2=9E=E5=8A=A0=E4=BA=86?= =?UTF-8?q?=E4=B8=89=E7=BA=A7=E5=AF=BC=E8=88=AA=E6=A0=8F=E7=9A=84=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E9=80=BB=E8=BE=91,=E6=AF=94=E5=A6=82=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E7=AE=A1=E7=90=86-=E5=85=AC=E5=8F=B8=E7=AE=A1?= =?UTF-8?q?=E7=90=86-=E5=AD=90=E5=85=AC=E5=8F=B8=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/leftnav.vue | 49 ++++-- src/router/index.js | 4 +- src/views/system/SubDept.vue | 331 +++++++++++++++++++++++++++++++++++ 3 files changed, 370 insertions(+), 14 deletions(-) create mode 100644 src/views/system/SubDept.vue diff --git a/src/components/leftnav.vue b/src/components/leftnav.vue index 624aa3e..17e3b19 100644 --- a/src/components/leftnav.vue +++ b/src/components/leftnav.vue @@ -1,21 +1,37 @@ /** * 左边菜单 -*/ +*/