From 1f50b2bd28fdb41bcb8e9ffe8bf106939bedd1ca Mon Sep 17 00:00:00 2001 From: danshihao Date: Fri, 10 Nov 2023 13:36:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=94=A8=E6=88=B7=E3=80=81=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E7=AE=A1=E7=90=86=E7=BA=BF=E4=B8=8A=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E4=B8=8D=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/DepartList.vue | 8 +++++--- src/views/system/UserList.vue | 6 ++++-- src/views/system/modules/DepartAuthModal.vue | 4 +++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue index a4bc8410..0e04ee06 100644 --- a/src/views/system/DepartList.vue +++ b/src/views/system/DepartList.vue @@ -4,7 +4,7 @@ - + {{ $t('depart.addDepartment') }} {{ $t('depart.addSubordinate') }} {{ $t('export') }} @@ -36,7 +36,7 @@ @expand="onExpand" /> - + {{ $t('add') }} {{ $t('delete') }} {{ $t('cancel') }} @@ -118,7 +118,7 @@ -
+
{{ $t('reset') }} {{ $t('preservation') }}
@@ -154,6 +154,8 @@ export default { }, data () { return { + // 是否开发环境(线上需隐藏按钮) + isDev: process.env.VUE_APP_TAG_FLAG === '0', iExpandedKeys: [], loading: false, autoExpandParent: true, diff --git a/src/views/system/UserList.vue b/src/views/system/UserList.vue index 22289577..9e7990d2 100644 --- a/src/views/system/UserList.vue +++ b/src/views/system/UserList.vue @@ -84,7 +84,7 @@
-
+
{{ $t('user.addUser') }} {{ $t('export') }} {{ $t('recycleBin') }} @@ -133,7 +133,7 @@
-