Explorar o código

研究员日历-活动为路演时,在客户名称后增加客户状态

cxmo hai 1 ano
pai
achega
ad11a3cddf
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/calendar.vue

+ 2 - 2
src/components/calendar.vue

@@ -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为公开会议时,需要显示的内容