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:'线型', lineType:'线型',
straight:'直线', straight:'直线',
curve:'曲线', curve:'曲线',
upload:'上传文件',
requiredName:'名称不能为空' requiredName:'名称不能为空'
}, },
}, },

View File

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

View File

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