feat: 国际化修改

This commit is contained in:
@changcode
2021-05-14 17:51:02 +08:00
parent 4d4fa531bc
commit b68ac91ea9
12 changed files with 129 additions and 72 deletions

View File

@@ -40,7 +40,7 @@
<div class="upload-pic-box" @click="uploadPicChange" v-has="'topo_icon_save'">
<i class="el-icon-plus"></i>
<span>
Upload custom picture
{{ $t('overall.uploadCustomPicture') }}
</span>
</div>
</div>
@@ -264,7 +264,7 @@
</el-dialog>
<!--Custom picture-->
<el-dialog
title="Custom picture"
:title="title"
:visible.sync="uploadPicShow"
width="auto"
@close="uploadPicShow = false"
@@ -369,6 +369,7 @@ export default {
name: 'topologyL5',
data () {
return {
title: this.$t("overall.customPicture"),
objChange: false, // project 变化 用于判断 init是否执行完成 执行完成 才可以执行下次变化
chartDataInfo: {},
topoPrevData: {}, // 预览数据