NEZ-692 fix: 二级页面复数去除

This commit is contained in:
@changcode
2021-05-28 14:23:14 +08:00
parent 4928bba28d
commit 743b2c1a69
3 changed files with 4 additions and 18 deletions

View File

@@ -132,17 +132,17 @@ export default {
panel: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: true },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
{ prop: 'endpointTab', name: 'Endpoints', active: false }
{ prop: 'endpointTab', name: 'Endpoint', active: false }
],
alertMessage: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true },
{ prop: 'endpointTab', name: 'Endpoints', active: false }
{ prop: 'endpointTab', name: 'Endpoint', active: false }
],
endpoint: [
{ prop: 'panelTab', name: this.$t('overall.detail'), active: false },
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false },
{ prop: 'endpointTab', name: 'Endpoints', active: true }
{ prop: 'endpointTab', name: 'Endpoint', active: true }
]
},
module: {