From 17b67e43c9e34541d7f4f09631cdade0a1f15193 Mon Sep 17 00:00:00 2001 From: H0nGzA1 <2505811377@qq.com> Date: Wed, 17 May 2023 21:25:59 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=89=8D=E7=AB=AF=E5=B8=83?= =?UTF-8?q?=E5=B1=80=20=E8=8F=9C=E5=8D=95=EF=BC=8C=E9=83=A8=E9=97=A8?= =?UTF-8?q?=EF=BC=9A=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/system/dept/index.vue | 411 ++++++++++++----------- web/src/views/system/menu/index.vue | 492 ++++++++++++++-------------- 2 files changed, 470 insertions(+), 433 deletions(-) diff --git a/web/src/views/system/dept/index.vue b/web/src/views/system/dept/index.vue index 903fd39..9402f45 100644 --- a/web/src/views/system/dept/index.vue +++ b/web/src/views/system/dept/index.vue @@ -1,104 +1,127 @@ - - - - - 部门列表 - - - - {{ node.label }} - {{ node.label }} - - - - - - - - - 部门配置 - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + 部门列表 + + + + {{ node.label }} + {{ node.label }} + + + + + + + + + 部门配置 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - 保存 - 新建 - 添加子级 - 添加同级 - 删除部门 - - - - - - - - + + + 保存 + 新建 + + 添加子级 + + + 添加同级 + + 删除部门 + + + + + + + + + diff --git a/web/src/views/system/menu/index.vue b/web/src/views/system/menu/index.vue index 2b371c8..1ed8a2c 100644 --- a/web/src/views/system/menu/index.vue +++ b/web/src/views/system/menu/index.vue @@ -1,117 +1,131 @@ - - - - - - 菜单列表 - - - - - - - - - + + + + + + 菜单列表 + + + + + + + + + - {{ node.label }} + {{ node.label }} - - {{ node.label }} + + {{ node.label }} - - - - - - - - - - 菜单配置 - - - - - - - - - - - - - - - - - 启用 - 禁用 - - - - - 启用 - 禁用 - - - - - - - - - 保存 - 新建 - 添加子级 - - 删除菜单 - - - - - - - - - - + + + + + + + + + + 菜单配置 + + + + + + + + + + + + + + + + + + + + + + 启用 + 禁用 + + + + + 启用 + 禁用 + + + + + + + + + 保存 + 新建 + 添加子级 + + + 删除菜单 + + + + + + + + + + +
部门列表
- 菜单列表 - - - - - -
+ 菜单列表 + + + + + +