mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
Fixed: PT-BR languange adaptation issue
This commit is contained in:
@@ -59,6 +59,7 @@ export default {
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
|
||||
formatterArgs: {
|
||||
hasDelete: false,
|
||||
hasUpdate: false,
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
|
||||
formatterArgs: {
|
||||
hasDelete: false,
|
||||
hasUpdate: false,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -74,6 +74,7 @@ export default {
|
||||
}
|
||||
},
|
||||
actions: {
|
||||
width: (this.$i18n.locale === 'pt-br' || this.$i18n.locale === 'en') ? '160px' : '100px',
|
||||
formatterArgs: {
|
||||
hasDelete: false,
|
||||
hasUpdate: false,
|
||||
|
||||
Reference in New Issue
Block a user