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

@@ -157,7 +157,7 @@ export default {
tempEndpoint: {},
tempEndpoint2: {},
assetLoading: true,
rightBox: { show: false, title: this.$t('project.endpoint.createEndpoint'), isEdit: false },
rightBox: { show: false, title: this.$t('overall.createEndpoin'), isEdit: false },
blankEndpoint: {
id: '',
projectId: '',
@@ -203,12 +203,12 @@ export default {
endpointList: [],
endpointTableTitle: [ // 原始table列
{
label: this.$t('project.endpoint.name'),
label: this.$t('overall.name'),
prop: 'name',
show: true
},
{
label: this.$t('project.endpoint.asset'),
label: this.$t('guide.asset'),
prop: 'asset',
show: true
},
@@ -218,12 +218,12 @@ export default {
show: true
},
{
label: this.$t('project.endpoint.port'),
label: this.$t('asset.port'),
prop: 'port',
show: true
},
{
label: this.$t('project.endpoint.configs'),
label: this.$t('project.module.configs'),
prop: 'configs',
show: true
}