|
@@ -394,10 +394,10 @@ export default {
|
|
|
const coverInfo = [
|
|
|
{text:'—————————————————————————————————\n',options:{fontSize:16*0.75,breakLine:true}},
|
|
|
{text:this.coverInfo.page.Title,options:{fontSize:28*0.75,breakLine:true}},
|
|
|
- {text:`\nHORIZON INSIGHTS PTE. LTD.`,
|
|
|
+ {text:`\n${this.pptCoverCompenyName||'ETA'}`,
|
|
|
options:{fontSize:16*0.75,breakLine:true}},
|
|
|
{text:`\n — ${this.coverInfo.page.ReportType} —`,options:{fontSize:16*0.75,breakLine:true}},
|
|
|
- {text:'\nFICC 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:'\n—————————————————————————',options:{fontSize:16*0.75,breakLine:true}}
|
|
|
]
|
|
@@ -406,7 +406,7 @@ export default {
|
|
|
y:'50%',
|
|
|
w:'60%',
|
|
|
h:'28%',
|
|
|
- color:'ffffff',
|
|
|
+ color:(this.pptCoverTextColor||'#ffffff').slice(1),
|
|
|
align:'center',
|
|
|
fontFace:'SimHei'
|
|
|
})
|