diff --git a/nezha-fronted/src/components/page/config/system/apiKeyTab.vue b/nezha-fronted/src/components/page/config/system/apiKeyTab.vue
index 49445ae69..256490364 100644
--- a/nezha-fronted/src/components/page/config/system/apiKeyTab.vue
+++ b/nezha-fronted/src/components/page/config/system/apiKeyTab.vue
@@ -10,11 +10,6 @@
@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',
diff --git a/nezha-fronted/src/components/page/config/system/selfApiKeyTable.vue b/nezha-fronted/src/components/page/config/system/selfApiKeyTable.vue
index e50bca1b8..324cab568 100644
--- a/nezha-fronted/src/components/page/config/system/selfApiKeyTable.vue
+++ b/nezha-fronted/src/components/page/config/system/selfApiKeyTable.vue
@@ -38,6 +38,9 @@
{{scope.row[item.prop]?scope.row[item.prop]:'-'}}
+
+
+ {{scope.row[item.prop]?scope.row[item.prop]:'-'}}
{{scope.row[item.prop]?utcTimeToTimezoneStr(scope.row[item.prop]):'-'}}
@@ -97,10 +100,17 @@ export default {
}, {
label: this.$t('overall.name'),
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',
+ minWidth: 100,
show: true
}, {
label: this.$t('config.system.apiKey.creatAt'),