...
|
...
|
@@ -14,6 +14,7 @@ |
|
|
<table class="table table-striped jambo_table bulk_action">
|
|
|
<thead>
|
|
|
<tr class="headings">
|
|
|
<th class="column-title">活动ID</th>
|
|
|
<th class="column-title">活动名称</th>
|
|
|
<th class="column-title">开始时间</th>
|
|
|
<th class="column-title">结束时间</th>
|
...
|
...
|
@@ -25,6 +26,7 @@ |
|
|
<tbody>
|
|
|
{{#each activityList}}
|
|
|
<tr class="even pointer">
|
|
|
<td class="">{{id}}</td>
|
|
|
<td class="">{{title}}</td>
|
|
|
<td class="">{{startTime}}</td>
|
|
|
<td class="">{{endTime}}</td>
|
...
|
...
|
|