|
@@ -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,//开始的页数
|