feat:补充国际化
This commit is contained in:
@@ -879,6 +879,7 @@ const cn = {
|
||||
lineType:'线型',
|
||||
straight:'直线',
|
||||
curve:'曲线',
|
||||
upload:'上传文件',
|
||||
requiredName:'名称不能为空'
|
||||
},
|
||||
},
|
||||
|
||||
@@ -886,6 +886,7 @@ const en = {
|
||||
lineType:'linetype',
|
||||
straight:'straight',
|
||||
curve:'curve',
|
||||
upload:'upload',
|
||||
requiredName:'The name of the required'
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user