fix:国际化修改

This commit is contained in:
zhangyu
2022-06-27 10:29:36 +08:00
parent 5f3169a889
commit e9b3f2dae4
4 changed files with 4 additions and 7 deletions

View File

@@ -108,7 +108,7 @@ export default {
minWidth: 150,
sortable: 'custom'
}, {
label: this.$t('overall.labels'),
label: this.$t('overall.value'),
prop: 'value',
minWidth: 150,
show: true

View File

@@ -90,7 +90,7 @@ export default {
disabled: false
},
{
name: this.$t('overall.labels'),
name: this.$t('overall.value'),
type: 'input',
label: 'value',
disabled: false

View File

@@ -103,7 +103,7 @@ export default {
minWidth: 100,
show: true
}, {
label: this.$t('asset.talon.token'),
label: this.$t('asset.key'),
prop: 'token',
minWidth: 180,
show: true

File diff suppressed because one or more lines are too long