|
@@ -394,14 +394,14 @@ export default {
|
|
})
|
|
})
|
|
//生成的ppt需要可以在封面页更改标题和类型,所以封面信息手动写入
|
|
//生成的ppt需要可以在封面页更改标题和类型,所以封面信息手动写入
|
|
const coverInfo = [
|
|
const coverInfo = [
|
|
- {text:'—————————————————————————————————\n',options:{fontSize:16*0.75,breakLine:true}},
|
|
|
|
|
|
+ //{text:'—————————————————————————————————\n',options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:this.coverInfo.page.Title,options:{fontSize:28*0.75,breakLine:true}},
|
|
{text:this.coverInfo.page.Title,options:{fontSize:28*0.75,breakLine:true}},
|
|
{text:`\n${this.pptCoverCompenyName||'ETA'}`,
|
|
{text:`\n${this.pptCoverCompenyName||'ETA'}`,
|
|
options:{fontSize:16*0.75,breakLine:true}},
|
|
options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:`\n — ${this.coverInfo.page.ReportType} —`,options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:`\n — ${this.coverInfo.page.ReportType} —`,options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:`\n${this.pptCoverDepartName||'Research Department'}`,options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:`\n${this.pptCoverDepartName||'Research Department'}`,options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:this.coverInfo.page.PptDate,options:{fontSize:16*0.75,breakLine:true}},
|
|
{text:this.coverInfo.page.PptDate,options:{fontSize:16*0.75,breakLine:true}},
|
|
- {text:'\n—————————————————————————',options:{fontSize:16*0.75,breakLine:true}}
|
|
|
|
|
|
+ //{text:'\n—————————————————————————',options:{fontSize:16*0.75,breakLine:true}}
|
|
]
|
|
]
|
|
cover.addText(coverInfo,{
|
|
cover.addText(coverInfo,{
|
|
x:'38%',
|
|
x:'38%',
|