Browse Source

ppt只在图表渲染时用上语言版本

Karsa 10 months ago
parent
commit
3ce33ab412

+ 6 - 1
src/views/ppt_manage/mixins/pptMixins.js

@@ -28,6 +28,11 @@ import FormatTwelve from '../newVersion/components/formatPage/FormatTwelve.vue';
 export default {
   components:{ FormatOne,FormatTwo,FormatThree,
     FormatFour,FormatFive,FormatSix,FormatSeven,FormatEight,FormatNine,FormatTen,FormatEle,FormatTwelve},
+  computed: {
+    globalLang() { //全局语言版本 中文ppt可用 英文ppt固定en忽视
+      return this.$store.state.lang
+    }
+  },
   data(){
     return{
       chartInfo:null,
@@ -201,7 +206,7 @@ export default {
     //获取图表数据
     async getchartData(id,lang='zh') {
         console.log('getChartData')
-      const currentLang = this.currentLang || lang
+      const currentLang = this.currentLang==='en'?'en':this.globalLang;
       const res = await dataBaseInterface.getChartByCode({
         UniqueCode: id,
         IsCache:true

+ 1 - 6
src/views/ppt_manage/newVersion/components/catalog/pptContent.vue

@@ -64,12 +64,6 @@ export default {
   },
   mixins:[pptmixin,mixins],
   components:{ Cover, addMyClassifyDia, CustomCover },
-  computed: {
-    //语言版本
-    currentLang() {
-      return this.$store.state.lang
-    }
-  },
   data() {
     return {
         pageList:[],//ppt数组
@@ -95,6 +89,7 @@ export default {
         },//当前PPT的页数和总图表数是否合法
         interruptLoad:false,//是否中断加载
         pptTime:null,//ppt的最近一次保存时间or最近一次发布时间
+        currentLang:'zh',//语言标识
     };
   },
   watch:{

+ 0 - 4
src/views/ppt_manage/newVersion/pptCatalog.vue

@@ -400,10 +400,6 @@ export default {
       ]
     },
 
-    //语言版本
-    currentLang() {
-      return this.$store.state.lang
-    }
   },
   watch:{
     searchTitle(newVal){

+ 0 - 4
src/views/ppt_manage/newVersion/pptEditor.vue

@@ -390,10 +390,6 @@ export default {
       ]
     },  
     
-    //语言版本
-    currentLang() {
-      return this.$store.state.lang
-    }
   },
   created() {
     //获取图表,沙盘,表格数据

+ 0 - 3
src/views/ppt_manage/newVersion/pptPresent.vue

@@ -250,9 +250,6 @@ export default {
     },
 
     //语言版本
-    currentLang() {
-      return this.$store.state.lang
-    }
   },
   methods: {
     //切换当前显示的页面

+ 0 - 4
src/views/ppt_manage/newVersion/pptPublish.vue

@@ -131,10 +131,6 @@ export default {
         return this.LayoutType===2?2:3
     },
 
-    //语言版本
-    currentLang() {
-      return this.$store.state.lang
-    }
   },
   methods: {
     //计算title的字节数