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

@@ -75,13 +75,13 @@ export default {
}],
sysArr: [{
key: 'alertRule',
label: this.$t('alert.alertRule')
label: this.$t('alert.rule')
}, {
key: 'dc',
label: this.$t('overall.dc')
}, {
key: 'asset',
label: this.$t('overall.asset')
label: this.$t('asset.asset')
}, {
key: 'endpoint',
label: this.$t('asset.endpoint')
@@ -90,7 +90,7 @@ export default {
label: this.$t('overall.module')
}, {
key: 'project',
label: this.$t('overall.project')
label: this.$t('project.project.projectName')
}]
}
},