NEZ-1735 fix: 部分内容未进行国际化显示

This commit is contained in:
zhangyu
2022-03-25 14:12:03 +08:00
parent fda7713cda
commit 5b276cf845
8 changed files with 33 additions and 33 deletions

View File

@@ -185,8 +185,8 @@ export default {
filterPanel: '',
groupArr: [],
varTypeArr: [
{ name: 'Asset', id: 1 },
{ name: 'Endpoint', id: 2 }
{ name: this.$t('asset.asset'), id: 1 },
{ name: this.$t('asset.endpoint'), id: 2 }
],
panelName: '',
rules: {