diff --git a/nezha-fronted/src/components/common/table/settings/agentTable.vue b/nezha-fronted/src/components/common/table/settings/agentTable.vue index f495b7f59..e387feda2 100644 --- a/nezha-fronted/src/components/common/table/settings/agentTable.vue +++ b/nezha-fronted/src/components/common/table/settings/agentTable.vue @@ -41,6 +41,7 @@ {{findServerType(scope.row[item.prop]).text}} {{utcTimeToTimezoneStr(scope.row[item.prop])}} + {{scope.row[item.prop]?utcTimeToTimezoneStr(scope.row[item.prop]):'-'}}
@@ -146,6 +147,12 @@ export default { prop: 'protocol', show: false, minWidth: 150 + }, + { + label: this.$t('dashboard.panel.chartForm.typeVal.server'), + prop: 'ts', + show: false, + minWidth: 150 } ] }