|
@@ -347,7 +347,7 @@ export default {
|
|
|
const {ActivityType,RoadshowType} = this.selectEventInfo
|
|
|
const {Province,City} = this.selectEventInfo
|
|
|
//ActivityType为路演时,需要显示的内容
|
|
|
- const {RoadshowPlatform,CompanyName} = this.selectEventInfo
|
|
|
+ const {RoadshowPlatform,CompanyName,CompanyStatus} = this.selectEventInfo
|
|
|
const RoadshowContent = [{
|
|
|
key:'RoadshowPlatform',
|
|
|
label:'路演平台:',
|
|
@@ -361,7 +361,7 @@ export default {
|
|
|
},{
|
|
|
key:'CompanyName',
|
|
|
label:'客户名称:',
|
|
|
- content:`${CompanyName}`,
|
|
|
+ content:`${CompanyName}${CompanyStatus ? '('+ CompanyStatus + ')' : ''}`,
|
|
|
RoadshowType:RoadshowType,
|
|
|
}].filter(item=>item.RoadshowType===RoadshowType)
|
|
|
//ActivityType为公开会议时,需要显示的内容
|