Showing
1 changed file
with
2 additions
and
0 deletions
@@ -14,6 +14,7 @@ | @@ -14,6 +14,7 @@ | ||
14 | <table class="table table-striped jambo_table bulk_action"> | 14 | <table class="table table-striped jambo_table bulk_action"> |
15 | <thead> | 15 | <thead> |
16 | <tr class="headings"> | 16 | <tr class="headings"> |
17 | + <th class="column-title">活动ID</th> | ||
17 | <th class="column-title">活动名称</th> | 18 | <th class="column-title">活动名称</th> |
18 | <th class="column-title">开始时间</th> | 19 | <th class="column-title">开始时间</th> |
19 | <th class="column-title">结束时间</th> | 20 | <th class="column-title">结束时间</th> |
@@ -25,6 +26,7 @@ | @@ -25,6 +26,7 @@ | ||
25 | <tbody> | 26 | <tbody> |
26 | {{#each activityList}} | 27 | {{#each activityList}} |
27 | <tr class="even pointer"> | 28 | <tr class="even pointer"> |
29 | + <td class="">{{id}}</td> | ||
28 | <td class="">{{title}}</td> | 30 | <td class="">{{title}}</td> |
29 | <td class="">{{startTime}}</td> | 31 | <td class="">{{startTime}}</td> |
30 | <td class="">{{endTime}}</td> | 32 | <td class="">{{endTime}}</td> |
-
Please register or login to post a comment