|
@@ -5831,6 +5831,10 @@ func exportListRsCalendar(this *UserController, list []*cygx.UserInteraction, ex
|
|
|
cellF.SetStyle(style)
|
|
|
cellF.SetValue("路演形式")
|
|
|
|
|
|
+ cellThem := titleRow.AddCell()
|
|
|
+ cellThem.SetStyle(style)
|
|
|
+ cellThem.SetValue("路演主题")
|
|
|
+
|
|
|
cellG := titleRow.AddCell()
|
|
|
cellG.SetStyle(style)
|
|
|
cellG.SetValue("主题标签")
|
|
@@ -5871,6 +5875,10 @@ func exportListRsCalendar(this *UserController, list []*cygx.UserInteraction, ex
|
|
|
cellFData.Value = "线下"
|
|
|
}
|
|
|
|
|
|
+ cellThemData := dataRow.AddCell()
|
|
|
+ cellThemData.SetStyle(style)
|
|
|
+ cellThemData.Value = v.RoadShowTheme
|
|
|
+
|
|
|
cellGData := dataRow.AddCell()
|
|
|
cellGData.SetStyle(style)
|
|
|
cellGData.Value = v.LabelKeyWord
|