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