style(系统设置): 系统参数文案修改

This commit is contained in:
Jianguo-Genius 2024-04-11 10:55:14 +08:00 committed by 刘瑞斌
parent 77f5530767
commit 933415c30d
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@
const saveLoading = ref(false);
async function saveConfig() {
if (!hasPermission) {
if (!hasPermission.value) {
return;
}
saveLoading.value = true;

View File

@ -192,7 +192,7 @@ export default {
'system.config.auth.testLoginPasswordNotNull': 'LDAP login password cannot be empty',
'system.config.auth.testLoginSuccess': 'LDAP login successful',
'system.config.auth.testLoginCancel': 'Cancel',
'system.config.memoryCleanup': 'Memory cleanup',
'system.config.memoryCleanup': 'Data cleanup',
'system.config.memoryCleanup.log': 'Log',
'system.config.memoryCleanup.history': 'Change history',
'system.config.memoryCleanup.keepTime': 'Retention time',

View File

@ -187,7 +187,7 @@ export default {
'system.config.auth.testLoginPasswordNotNull': 'LDAP 登录密码不能为空',
'system.config.auth.testLoginCancel': '取消测试',
'system.config.auth.testLoginSuccess': 'LDAP 登录成功',
'system.config.memoryCleanup': '内存清理',
'system.config.memoryCleanup': '数据清理',
'system.config.memoryCleanup.log': '日志',
'system.config.memoryCleanup.history': '变更历史',
'system.config.memoryCleanup.keepTime': '保留时长',