fix:修改 apiKey页面 token为key

This commit is contained in:
zhangyu
2022-06-24 15:36:37 +08:00
parent 37377e63ed
commit fb22f2d9fe
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ export default {
prop: 'name',
show: true
}, {
label: 'Token',
label: this.$t('apiKey.key'),
prop: 'token',
show: true
}, {

View File

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