Fixed: PT-BR languange adaptation issue

This commit is contained in:
zhaojisen
2025-02-13 16:17:37 +08:00
committed by ZhaoJiSen
parent d6c28b8286
commit 1c222c3ce0
4 changed files with 4 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ export default {
}
},
actions: {
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
formatterArgs: {
hasDelete: false,
hasUpdate: false,

View File

@@ -74,6 +74,7 @@ export default {
}
},
actions: {
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
formatterArgs: {
hasDelete: false,
hasUpdate: false,

View File

@@ -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,

View File

@@ -74,6 +74,7 @@ export default {
}
},
actions: {
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
formatterArgs: {
hasDelete: false,
hasUpdate: false,