feat:补充国际化

This commit is contained in:
zhangyu
2020-10-14 16:51:37 +08:00
parent acfec89f56
commit fd09cf765f
3 changed files with 3 additions and 2 deletions

View File

@@ -879,6 +879,7 @@ const cn = {
lineType:'线型',
straight:'直线',
curve:'曲线',
upload:'上传文件',
requiredName:'名称不能为空'
},
},

View File

@@ -886,6 +886,7 @@ const en = {
lineType:'linetype',
straight:'straight',
curve:'curve',
upload:'upload',
requiredName:'The name of the required'
},
},

View File

@@ -56,7 +56,7 @@
:before-upload="beforeAvatarUpload"
:auto-upload="true"
>
上传文件
{{$t('project.topology.upload')}}
</el-upload>
</el-form-item>
<div class="right-box-sub-title">
@@ -178,7 +178,6 @@
},
moduleDataS:{
handler(n){
// console.log(n)
},
immediate: true,
deep: true,