From b80b3bfb2c004401eff5ac000bff6579bfac5255 Mon Sep 17 00:00:00 2001 From: easy <1358086367@qq.com> Date: Sat, 4 Mar 2023 13:52:41 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E3=80=81=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/menu.ts | 2 +- .../account/NotificationRecord/index.vue | 1 + .../NotificationSubscription/index.vue | 1 + .../system/User/components/EditUserDialog.vue | 279 ++++++++---------- src/views/system/User/index.vue | 156 ++-------- 5 files changed, 144 insertions(+), 295 deletions(-) diff --git a/src/router/menu.ts b/src/router/menu.ts index 3e2b8935..a0f22e16 100644 --- a/src/router/menu.ts +++ b/src/router/menu.ts @@ -8,7 +8,7 @@ export const AccountMenu = { meta: { title: '个人中心', icon: '', - hideInMenu: true + hideInMenu: false }, children: [ { diff --git a/src/views/account/NotificationRecord/index.vue b/src/views/account/NotificationRecord/index.vue index ca3765fb..84790dbc 100644 --- a/src/views/account/NotificationRecord/index.vue +++ b/src/views/account/NotificationRecord/index.vue @@ -158,6 +158,7 @@ const columns = [ key: 'action', ellipsis: true, scopedSlots: true, + width:'200px' }, ]; const query = { diff --git a/src/views/account/NotificationSubscription/index.vue b/src/views/account/NotificationSubscription/index.vue index f7790682..f0a82188 100644 --- a/src/views/account/NotificationSubscription/index.vue +++ b/src/views/account/NotificationSubscription/index.vue @@ -147,6 +147,7 @@ const columns = [ key: 'action', ellipsis: true, scopedSlots: true, + width: '200px' }, ]; const query = { diff --git a/src/views/system/User/components/EditUserDialog.vue b/src/views/system/User/components/EditUserDialog.vue index 23c0b36f..eee7aaf4 100644 --- a/src/views/system/User/components/EditUserDialog.vue +++ b/src/views/system/User/components/EditUserDialog.vue @@ -1,18 +1,19 @@ - + - - - - - - + + + + + - - - - - + + + - - - - - - + + + + +