|
@@ -97,7 +97,7 @@ export default {
|
|
|
this.layoutBaseInfo['研报标题']=this.reportInfo.Title
|
|
|
this.layoutBaseInfo['研报作者']=this.reportInfo.Author
|
|
|
// 已发布已通过的报告才显示发布时间
|
|
|
- this.layoutBaseInfo['创建时间']=[2,6].includes(this.reportInfo.State)?this.reportInfo.PublishTime:''
|
|
|
+ this.layoutBaseInfo['创建时间']=(this.reportInfo.PublishTime||this.reportInfo.PrePublishTime)
|
|
|
this.reportInfo.Content=this.setReportContent(this.reportInfo.Content)
|
|
|
this.isshow = true;
|
|
|
this.$nextTick(()=>{
|