|
@@ -223,12 +223,19 @@
|
|
|
</div>
|
|
|
|
|
|
<!-- 选择封面弹窗 -->
|
|
|
- <choose-cover v-if="isShowChooseCover"
|
|
|
+ <!-- <choose-cover v-if="isShowChooseCover"
|
|
|
:firstPage="firstPage"
|
|
|
:pptCoverList="pptCoverList"
|
|
|
:PptId="pptId"
|
|
|
@close="closeChooseCover"
|
|
|
@save="saveCover"
|
|
|
+ /> -->
|
|
|
+ <ChooseCoverNew
|
|
|
+ :isShowChooseCover="isShowChooseCover"
|
|
|
+ :firstPage="firstPage"
|
|
|
+ :pptCoverList="pptCoverList"
|
|
|
+ :PptId="pptId"
|
|
|
+ @close="isShowChooseCover=false"
|
|
|
/>
|
|
|
<!-- 批量删除弹窗 -->
|
|
|
<delete-page-dialog
|
|
@@ -292,16 +299,18 @@ import addMyClassifyDia from '@/views/dataEntry_manage/components/addMyClassifyD
|
|
|
import InsertCharts from './components/editor/InsertCharts.vue';
|
|
|
import ContextMenu from './components/ContextMenu.vue';
|
|
|
import InsertSemantics from './components/editor/InsertSemantics.vue';
|
|
|
+import ChooseCoverNew from './components/editor/ChooseCoverNew.vue';
|
|
|
export default {
|
|
|
mixins:[pptmixin,//ppt页面共同逻辑
|
|
|
mixins,//图表加载逻辑
|
|
|
layerMixins,//图层操作逻辑
|
|
|
pptEditorMixins,//编辑页共同逻辑
|
|
|
],
|
|
|
- components: {
|
|
|
- IndexItem, ChooseCover, AddFormat,ShapePreview,
|
|
|
- LayerEditTool,DeletePageDialog,ChangeFormatDialog,InsertPageDialog,addMyClassifyDia,InsertCharts,ContextMenu,InsertSemantics
|
|
|
- },
|
|
|
+ components: {
|
|
|
+ IndexItem, ChooseCover, AddFormat, ShapePreview,
|
|
|
+ LayerEditTool, DeletePageDialog, ChangeFormatDialog, InsertPageDialog, addMyClassifyDia, InsertCharts, ContextMenu, InsertSemantics,
|
|
|
+ ChooseCoverNew
|
|
|
+},
|
|
|
data() {
|
|
|
return {
|
|
|
pageList:[],//ppt数组
|