fix:修改 apiKey页面 token为key
This commit is contained in:
@@ -131,7 +131,7 @@ export default {
|
||||
prop: 'name',
|
||||
show: true
|
||||
}, {
|
||||
label: 'Token',
|
||||
label: this.$t('apiKey.key'),
|
||||
prop: 'token',
|
||||
show: true
|
||||
}, {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user