fix:删除部分重复国际化
This commit is contained in:
@@ -232,22 +232,22 @@ export default {
|
||||
]
|
||||
},
|
||||
model: [
|
||||
{ prop: 'asset', name: this.$t('guide.asset'), active: true }
|
||||
{ prop: 'asset', name: this.$t('asset.asset'), active: true }
|
||||
],
|
||||
dc: {
|
||||
cabinet: [
|
||||
{ prop: 'cabinet', name: this.$t('asset.cabinet'), active: true },
|
||||
{ prop: 'asset', name: this.$t('guide.asset'), active: false },
|
||||
{ prop: 'asset', name: this.$t('asset.asset'), active: false },
|
||||
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false }
|
||||
],
|
||||
asset: [
|
||||
{ prop: 'cabinet', name: this.$t('asset.cabinet'), active: false },
|
||||
{ prop: 'asset', name: this.$t('guide.asset'), active: true },
|
||||
{ prop: 'asset', name: this.$t('asset.asset'), active: true },
|
||||
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: false }
|
||||
],
|
||||
alertMessage: [
|
||||
{ prop: 'cabinet', name: this.$t('asset.cabinet'), active: false },
|
||||
{ prop: 'asset', name: this.$t('guide.asset'), active: false },
|
||||
{ prop: 'asset', name: this.$t('asset.asset'), active: false },
|
||||
{ prop: 'alertMessageTab', name: this.$t('overall.alert'), active: true }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user