@@ -130,7 +130,9 @@ func (this *TacticsController) List() {
if v.ReportId > 0 {
v.Resource = 3
}
- v.IsShowAbstract = resp.IsShowAbstract
+ if v.Abstract != "" {
+ v.IsShowAbstract = true
+ }
resp.List = list
resp.Paging = page