fix : 国际化修改

This commit is contained in:
zhangyu
2022-07-05 17:57:15 +08:00
parent 74283612a7
commit 543f6efda8
4 changed files with 115 additions and 115 deletions

View File

@@ -151,11 +151,11 @@ export default {
}, {
type: 'asset',
isSelect: true,
title: this.$t('overall.asset')
title: this.$t('asset.asset')
}, {
type: 'project',
isSelect: true,
title: this.$t('overall.project')
title: this.$t('project.project.projectName')
}, {
type: 'module',
isSelect: true,
@@ -167,7 +167,7 @@ export default {
}, {
type: 'alertrule',
isSelect: true,
title: this.$t('alert.alertRule')
title: this.$t('alert.rule')
}
],
skeletonArr: 20,