|
@@ -20,6 +20,9 @@
|
|
|
<th class='text-left nowrap'>活动标题</th>
|
|
|
<th class='text-left nowrap'>展示图片</th>
|
|
|
<th class='text-left nowrap'>活动状态</th>
|
|
|
+ <th class='text-left nowrap'>报名人数</th>
|
|
|
+ <th class='text-left nowrap'>签到人数</th>
|
|
|
+ <th class='text-left nowrap'>到场比例</th>
|
|
|
<th class='text-left nowrap'>创建时间</th>
|
|
|
|
|
|
<th>操作</th>
|
|
@@ -42,6 +45,11 @@
|
|
|
{eq name='vo.status' value='5'}活动进中{/eq}
|
|
|
{eq name='vo.status' value='6'}活动结束{/eq}
|
|
|
</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.baoming|default=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.sing|default=''}</td>
|
|
|
+ <td class='text-left nowrap'>{$vo.pre|default=''}</td>
|
|
|
+
|
|
|
+
|
|
|
<td class='text-left nowrap'>{$vo.create_at|format_datetime}</td>
|
|
|
<td class='text-left nowrap'>
|
|
|
{if auth("store/activity/edit")}
|