From 1c222c3ce0e47cdef07db3d42fb22392defe49c4 Mon Sep 17 00:00:00 2001 From: zhaojisen <1301338853@qq.com> Date: Thu, 13 Feb 2025 16:17:37 +0800 Subject: [PATCH] Fixed: PT-BR languange adaptation issue --- .../AccountBackupExecution/AccountBackupExecutionList.vue | 1 + .../AccountChangeSecretExecutionList.vue | 1 + .../accounts/AccountGather/TaskDetail/TaskExecutionList.vue | 1 + src/views/accounts/AccountPush/AccountPushExecutionList.vue | 1 + 4 files changed, 4 insertions(+) diff --git a/src/views/accounts/AccountBackup/AccountBackupDetail/AccountBackupExecution/AccountBackupExecutionList.vue b/src/views/accounts/AccountBackup/AccountBackupDetail/AccountBackupExecution/AccountBackupExecutionList.vue index aa2206f5d..8f149c6fc 100644 --- a/src/views/accounts/AccountBackup/AccountBackupDetail/AccountBackupExecution/AccountBackupExecutionList.vue +++ b/src/views/accounts/AccountBackup/AccountBackupDetail/AccountBackupExecution/AccountBackupExecutionList.vue @@ -59,6 +59,7 @@ export default { } }, actions: { + width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px', formatterArgs: { hasDelete: false, hasUpdate: false, diff --git a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue index 48b3164ba..db55c5638 100644 --- a/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue +++ b/src/views/accounts/AccountChangeSecret/AccountChangeSecretDetail/AccountChangeSecretExecution/AccountChangeSecretExecutionList.vue @@ -74,6 +74,7 @@ export default { } }, actions: { + width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px', formatterArgs: { hasDelete: false, hasUpdate: false, diff --git a/src/views/accounts/AccountGather/TaskDetail/TaskExecutionList.vue b/src/views/accounts/AccountGather/TaskDetail/TaskExecutionList.vue index 2fe356eca..10eaa69e8 100644 --- a/src/views/accounts/AccountGather/TaskDetail/TaskExecutionList.vue +++ b/src/views/accounts/AccountGather/TaskDetail/TaskExecutionList.vue @@ -57,6 +57,7 @@ export default { width: null }, actions: { + width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px', formatterArgs: { hasDelete: false, hasUpdate: false, diff --git a/src/views/accounts/AccountPush/AccountPushExecutionList.vue b/src/views/accounts/AccountPush/AccountPushExecutionList.vue index 38322c1d3..d34a833f3 100644 --- a/src/views/accounts/AccountPush/AccountPushExecutionList.vue +++ b/src/views/accounts/AccountPush/AccountPushExecutionList.vue @@ -74,6 +74,7 @@ export default { } }, actions: { + width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px', formatterArgs: { hasDelete: false, hasUpdate: false,