|
@@ -166,6 +166,11 @@ func (this *ReportSelectionController) Detail() {
|
|
|
if v2.Label != "" {
|
|
|
v2.CompanyLabel = strings.Split(v2.Label, "{|}")
|
|
|
}
|
|
|
+ if v2.SubjectName == "" {
|
|
|
+ v2.ShowName = v2.IndustrialManagementNames
|
|
|
+ } else {
|
|
|
+ v2.ShowName = v2.SubjectName
|
|
|
+ }
|
|
|
}
|
|
|
subjectItem := new(models.ReportSelectionChartLogSubjectName)
|
|
|
subjectItem.SubjectName = v2.SubjectName
|