NEZ-1895 perf : 添加token列,取消Administration - api keys添加按钮
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
:api="url"
|
||||
:custom-table-title.sync="tools.customTableTitle"
|
||||
:from="fromRoute.apiKey"
|
||||
class="api-key"
|
||||
:layout="['searchInput', 'elementSet', 'pagination']"
|
||||
:search-msg="searchMsg"
|
||||
@search="search">
|
||||
@@ -87,6 +88,11 @@ export default {
|
||||
prop: 'name',
|
||||
minWidth: 100,
|
||||
show: true
|
||||
}, {
|
||||
label: this.$t('asset.talon.token'),
|
||||
prop: 'token',
|
||||
minWidth: 180,
|
||||
show: true
|
||||
}, {
|
||||
label: this.$t('config.system.apiKey.expireAt'),
|
||||
prop: 'expireAt',
|
||||
|
||||
Reference in New Issue
Block a user