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") + }}