Explorar el Código

Merge branch 'master' of http://8.136.199.33:3000/eta_front/eta_front into ppt-loading-fix

cxmo hace 1 año
padre
commit
247ec0c2e2

+ 4 - 1
src/views/ppt_manage/newVersion/components/editor/DeletePageDialog.vue

@@ -102,6 +102,9 @@ import FormatSix from '@/views/ppt_manage/newVersion/components/formatPage/Forma
 import FormatSeven from '@/views/ppt_manage/newVersion/components/formatPage/FormatSeven.vue';
 import FormatEight from '@/views/ppt_manage/newVersion/components/formatPage/FormatEight.vue';
 import FormatNine from '@/views/ppt_manage/newVersion/components/formatPage/FormatNine.vue';
+import FormatTen from '@/views/ppt_manage/newVersion/components/formatPage/FormatTen.vue';
+import FormatEle from '@/views/ppt_manage/newVersion/components/formatPage/FormatEle.vue';
+import FormatTwelve from '@/views/ppt_manage/newVersion/components/formatPage/FormatTwelve.vue';
 import {countComponentName} from '@/views/ppt_manage/newVersion/utils/untils';
 export default {
   props:{
@@ -117,7 +120,7 @@ export default {
     }
   },
   components:{ FormatOne,FormatTwo,FormatThree,
-    FormatFour,FormatFive,FormatSix,FormatSeven,FormatEight,FormatNine},  
+    FormatFour,FormatFive,FormatSix,FormatSeven,FormatEight,FormatNine,FormatTen,FormatEle,FormatTwelve},  
   data() {
     return {
       startPageNum:null,//开始的页数