NEZ-2704 fix: detail 页面 和 二级页面 页签名称不统一

This commit is contained in:
zhangyu
2023-03-16 11:10:30 +08:00
parent 4bd5697653
commit e6c83ba0de

View File

@@ -169,7 +169,7 @@ export default {
},
endpoint: {
endpointTabTitle: [
{ prop: 'dashboardTab', name: this.$t('overall.detail') },
{ prop: 'dashboardTab', name: this.$t('overall.dashboard') },
{ prop: 'endpointAlertMessage', name: this.$t('overall.alert') },
{ prop: 'endpointQuery', name: this.$t('overall.metric') },
{ prop: 'log', name: this.$t('dashboard.panel.chartForm.typeVal.log.label') }