|
@@ -388,6 +388,23 @@ export default {
|
|
content:`${CooperationName}`,
|
|
content:`${CooperationName}`,
|
|
RoadshowType:RoadshowType
|
|
RoadshowType:RoadshowType
|
|
}].filter(item=>item.RoadshowType===RoadshowType)
|
|
}].filter(item=>item.RoadshowType===RoadshowType)
|
|
|
|
+ const SalonContent = [
|
|
|
|
+ {
|
|
|
|
+ key:'RoadshowPlatform',
|
|
|
|
+ label:'会议平台:',
|
|
|
|
+ content:`${RoadshowPlatform}`,
|
|
|
|
+ RoadshowType:'线上'
|
|
|
|
+ },{
|
|
|
|
+ key:'RoadshowCity',
|
|
|
|
+ label:'会议城市:',
|
|
|
|
+ content:`${Province}${City}`,
|
|
|
|
+ RoadshowType:'线下'
|
|
|
|
+ },{
|
|
|
|
+ key:'Theme',
|
|
|
|
+ label:'会议主题:',
|
|
|
|
+ content:`${Theme}`,
|
|
|
|
+ RoadshowType:RoadshowType
|
|
|
|
+ }].filter(item=>item.RoadshowType===RoadshowType)
|
|
////ActivityType不为空时,需要显示的内容
|
|
////ActivityType不为空时,需要显示的内容
|
|
const {ResearcherName,SysUserRealName} = this.selectEventInfo
|
|
const {ResearcherName,SysUserRealName} = this.selectEventInfo
|
|
const SuppleContent=[{
|
|
const SuppleContent=[{
|
|
@@ -415,6 +432,7 @@ export default {
|
|
const contentMap = {
|
|
const contentMap = {
|
|
'路演':RoadshowContent,
|
|
'路演':RoadshowContent,
|
|
'公开会议':MeetingContent,
|
|
'公开会议':MeetingContent,
|
|
|
|
+ '沙龙':SalonContent,
|
|
}
|
|
}
|
|
if(ActivityType){
|
|
if(ActivityType){
|
|
this.popContentArr = [...popContent,...contentMap[ActivityType]||[],...SuppleContent]
|
|
this.popContentArr = [...popContent,...contentMap[ActivityType]||[],...SuppleContent]
|