From 49a93d0188a94de6d56a9fa3ace8cd983630e128 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Mon, 8 Jul 2024 13:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=90=8E=E5=8F=B0=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E6=B7=BB=E5=8A=A0=E5=9B=BD=E9=99=85=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 2 +- src/views/system/role/components/RoleForm.vue | 239 +++++++++++------- 2 files changed, 147 insertions(+), 94 deletions(-) diff --git a/src/main.js b/src/main.js index ae280b4c..276927e4 100644 --- a/src/main.js +++ b/src/main.js @@ -381,7 +381,7 @@ async function VueInit() { zzSessionStorage.removeItem('isLock') router.push("/login") }).then(() => { - _vm.$alert(lang === 'zh' ? '由于您长时间未操作,为保护您的数据安全已强制将您下线,如果需要继续操作请重新登陆!' : 'No operation for a long time non-operation, you have been forced logout to protect data security. If continue to operate, please login again!', { + _vm.$alert(lang === 'zh' ? '由于您长时间未操作,为保护您的数据安全已强制将您下线,如果需要继续操作请重新登录!' : 'No operation for a long time non-operation, you have been forced logout to protect data security. If continue to operate, please login again!', { type: 'warning', }) }) diff --git a/src/views/system/role/components/RoleForm.vue b/src/views/system/role/components/RoleForm.vue index 46aa2bc0..bd79682a 100644 --- a/src/views/system/role/components/RoleForm.vue +++ b/src/views/system/role/components/RoleForm.vue @@ -16,13 +16,17 @@ - + {{ item.label }} + >{{ item.label }} @@ -38,7 +42,11 @@ - + @@ -58,9 +66,23 @@ - 展开/折叠 - 全选/全不选 - 父子联动 + {{ $t("system:role:form:checkbox:menuExpand") }} + {{ $t("system:role:form:checkbox:menuNodeAll") }} + {{ + $t("system:role:form:checkbox:menuCheckStrictly") + }}