From eb688ffba88cc193452726aa65c772c3ea187843 Mon Sep 17 00:00:00 2001 From: yunuo970428 <405378304@qq.com> Date: Wed, 21 Sep 2022 13:45:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E7=BB=84=E7=BB=87=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=96=B0=E5=A2=9E/=E7=BC=96=E8=BE=91=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=BB=84=E7=BB=87=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E5=AD=97=E6=AE=B5=E3=80=81=E9=83=A8=E9=97=A8=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E7=BB=84=E7=BB=87=E3=80=81=E6=A0=91=E5=BD=A2=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=BB=98=E8=AE=A4=E5=B1=95=E7=A4=BA=E7=AC=AC=E4=BA=8C?= =?UTF-8?q?=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- anrui-system-ui/src/router/index.js | 2 +- .../organizationManage/organizationManage.vue | 88 +++++++++++++------ 2 files changed, 61 insertions(+), 29 deletions(-) diff --git a/anrui-system-ui/src/router/index.js b/anrui-system-ui/src/router/index.js index 033274bc18..113eb83921 100644 --- a/anrui-system-ui/src/router/index.js +++ b/anrui-system-ui/src/router/index.js @@ -185,7 +185,7 @@ export const constantRoutes = [ import('@/views/organizationManage/organizationManage.vue'), name: 'organizationManage', meta: { - title: '组织架构管理' + title: '组织管理' } }] }, diff --git a/anrui-system-ui/src/views/organizationManage/organizationManage.vue b/anrui-system-ui/src/views/organizationManage/organizationManage.vue index 7a4264e05c..440b37c113 100644 --- a/anrui-system-ui/src/views/organizationManage/organizationManage.vue +++ b/anrui-system-ui/src/views/organizationManage/organizationManage.vue @@ -1,7 +1,7 @@