| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div class="row"> |
| | | <div class="row" v-bind:class="{no_display:activitiesManageInfo.componentShow != 'activitiesList'}"> |
| | | <div class="col-lg-12"> |
| | | <div class="ibox"> |
| | | <div class="ibox-title"> |
| | |
| | | <th class="text-center">活动ID</th> |
| | | <th class="text-center">活动标题</th> |
| | | <th class="text-center">活动类型</th> |
| | | <th class="text-center">头部照片</th> |
| | | <th class="text-center">活动内容</th> |
| | | <th class="text-center">开始时间</th> |
| | | <th class="text-center">结束时间</th> |
| | | <th class="text-center">操作</th> |
| | |
| | | <td class="text-center">{{activities.activitiesId}}</td> |
| | | <td class="text-center">{{activities.title}}</td> |
| | | <td class="text-center">{{activities.typeCd}}</td> |
| | | <td class="text-center">{{activities.headerImg}}</td> |
| | | <td class="text-center">{{activities.context}}</td> |
| | | <td class="text-center">{{activities.startTime}}</td> |
| | | <td class="text-center">{{activities.endTime}}</td> |
| | | <td class="text-center"> |