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

@@ -14,7 +14,7 @@
<div class="form-items--half-width-group">
<!-- type -->
<el-form-item
:label="$t('dashboard.panel.chartForm.type')"
:label="$t('overall.type')"
class="form-item--half-width"
prop="type"
>
@@ -179,7 +179,7 @@ export default {
chartTypeList: [
{
id: 'url',
name: this.$t('dashboard.panel.chartForm.typeVal.url.label')
name: this.$t('dashboard.panel.chartForm.url')
},
{
id: 'text',
@@ -191,7 +191,7 @@ export default {
},
{
id: 'group',
name: this.$t('dashboard.panel.chartForm.typeVal.group.label')
name: this.$t('dashboard.panel.chartForm.group')
},
{
id: 'map',