fix:处理中英文完全一样的国际化为一个

This commit is contained in:
zhangyu
2022-06-16 15:58:17 +08:00
parent c5976c83ee
commit e65f37b5b5
159 changed files with 1194 additions and 599 deletions

View File

@@ -244,7 +244,7 @@ export default {
searchLabelList: [
{
id: 26,
name: this.$t('alert.list.id'),
name: this.$t('asset.id'),
type: 'id',
label: 'ids',
disabled: false
@@ -290,7 +290,7 @@ export default {
resultType: '',
titleSearchList: {
project: {
label: this.$t('dashboard.overview.project.project'),
label: this.$t('project.project.projectName'),
key: 'projectIds',
type: 'checkBox',
children: [],
@@ -300,7 +300,7 @@ export default {
index: -1
},
module: {
label: this.$t('dashboard.overview.project.module'),
label: this.$t('overall.module'),
key: 'moduleIds',
type: 'checkBox',
children: [],
@@ -339,7 +339,7 @@ export default {
},
detailSearchList: {
project: {
label: this.$t('dashboard.overview.project.project'),
label: this.$t('project.project.projectName'),
key: 'projectIds',
type: 'checkBox',
children: [],
@@ -349,7 +349,7 @@ export default {
index: -1
},
module: {
label: this.$t('dashboard.overview.project.module'),
label: this.$t('overall.module'),
key: 'moduleIds',
type: 'checkBox',
children: [],