From bb2f76772599b3ef30986c71db3c0f99bda383e1 Mon Sep 17 00:00:00 2001 From: zjl Date: Fri, 30 Aug 2024 10:03:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E3=80=81?= =?UTF-8?q?=E7=A7=9F=E6=88=B7=E3=80=81=E9=83=A8=E9=97=A8=E3=80=81=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/edit.vue | 28 ++++++++++++++-------------- src/views/system/dept/index.vue | 8 +++++++- src/views/system/role/columns.ts | 7 ++++++- src/views/system/role/index.vue | 2 +- src/views/system/tenant/columns.ts | 14 +++++++++++--- src/views/system/user/columns.ts | 5 +++++ src/views/system/user/index.vue | 2 +- 7 files changed, 45 insertions(+), 21 deletions(-) diff --git a/src/views/system/dept/edit.vue b/src/views/system/dept/edit.vue index 7c0f437..173ef93 100644 --- a/src/views/system/dept/edit.vue +++ b/src/views/system/dept/edit.vue @@ -11,10 +11,16 @@ :model="formData" label-width="80px" > - - - - + + - - + + + +
diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 2b5cea9..0423fdc 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -18,11 +18,17 @@ :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"> -